Searched defs:onFling (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGestureDetector.java105 * @param e2 The move motion event that triggered the current onFling.
112 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); method in interface:GestureDetector.OnGestureListener
170 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, method in class:GestureDetector.SimpleOnGestureListener
610 handled = mListener.onFling(mCurrentDownEvent, ev, velocityX, velocityY);
/frameworks/base/core/java/android/widget/
H A DGallery.java992 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:Gallery
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java322 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:PhotoView
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2708 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:RecipientEditTextView

Completed in 360 milliseconds