Hi, Touch operations are not treated as gestures (in the sense of android.gesture.) The Home screen for instance handles these operations itself by implementing onInterceptTouchEvent/onTouchEvent. The same goes for ListView, ScrollView, etc. These classes do get support from VelocityTracker and Scroller though. You can also use the GestureDetector class.
On Fri, Dec 4, 2009 at 3:50 AM, Saty <[email protected]> wrote: > Hi, > > Need some information on Gestures. How does android treat Operations > like Fling which are at device level? Are they treated as Gestures? I > am not able to see any gesture listner code in Launcher (Home screen ) > application. If i want to change ( add/remove/modify ) the behaviour > of Fling operations where i should start looking in the android code > base? Any help is highly appreciated. > > Best Regards > Saty > > -- > 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 > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. 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 [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

