On Thu, Apr 7, 2011 at 12:12 PM, andre <andre.steingr...@gmail.com> wrote:
> the problem is that if a user accidentally has his/her hand on the bottom > half of the screen (i know it sounds silly, but it is quite often the case > with this application), it seems we can't receive any ACTION_DOWN of > interest since since all action pointers are consumed with events caused in > the "ignore" area. The answer depends on what you are doing: (1) If this is all one View, use the multitouch data to track individual pointers. (2) If the can be holding down in some other view, Android 3.0 will split touches across the views; prior to 3.0 doing this in your app would be very non-trivial. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en