I checked the API, you're right there's no OnUp()... but couldn't you use
OnFling() which would return when the motion is complete?
onFling(MotionEvent<http://code.google.com/android/reference/android/view/MotionEvent.html>e1,
MotionEvent<http://code.google.com/android/reference/android/view/MotionEvent.html>e2,
float velocityX, float velocityY)

2009/1/29 Moto <medicalsou...@gmail.com>

>
> I currently have a class that handles some complex scrolling of a
> view... this class implements OnGestureListener and in that class I
> have no way of telling when the event OnUp() is triggered...
>
> I have all other touch event handlers that OnGestureListener provides
> except OnUp()
>
> Thanks..
> >
>


-- 
Phill Midwinter
Director
Grant Midwinter Limited
d: 0844 736 5234 x: 0
m: 07538 082156
e: ph...@grantmidwinter.com

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