In my custom ViewGroup, I am returning false after handling the
MotionEvent.ACTION_DOWN event.

According to the javadoc:

For as long as you return false from this function, each following
event (up to and including the final up) will be delivered first here
and then to the target's onTouchEvent().


However, I notice that all subsequent events ( MotionEvent.ACTION_MOVE
and MotionEvent.ACTION_UP) are only
delivered to my #onTouchEvent method. In #onTouchEvent , I always
return true.

What could possibly be my bug ? I am running on Android 1.5r2 SDK.

Thanks a lot

Regards,

Gavin


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