Searched refs:onFling (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGestureDetector.java106 * @param e2 The move motion event that triggered the current onFling.
113 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); method in interface:GestureDetector.OnGestureListener
171 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, method in class:GestureDetector.SimpleOnGestureListener
600 handled = mListener.onFling(mCurrentDownEvent, ev, velocityX, velocityY);
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java372 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/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java260 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:PhotoView
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java262 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:PhotoView
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java386 public boolean onFling(MotionEvent me1, MotionEvent me2,
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2477 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:RecipientEditTextView

Completed in 134 milliseconds