I have a custom view group control with children views that act as buttons. What should be their "active" area is non-rectangular. Also, their bounding rectangles overlap a little.
Is there a framework way to "clip to region" touch events in a view? Or do I have to get in and muck with the dispatchTouchEvent()? (It gets tricky because of the overlap, the system might have given the event to the wrong child.) Also, an aside, do touch events just get shot directly by the system into dispatchTouchEvent()? I don't see much of the sort of logic to pass events and focus changes down the view tree that you sometimes find in other systems. Thanks -- Ward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

