I've got a view where I override onTouchEvent to detect touching the
view with a finger and also to detect lifting the finger from the
view. I'm getting the ACTION_DOWN event but not the ACTION_UP event.
In fact, onTouchEvent isn't getting called when I life my finger.
Could it be that the finger-down and then finger-up is considered a
click event and so onTouchEvent is not called? If so, what use is
ACTION_UP?

-- 
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

Reply via email to