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

/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java253 public boolean onFling(MotionEvent down, MotionEvent up, method in class:SystemGesturesPointerEventListener.FlingGestureDetector
268 mCallbacks.onFling(duration);
278 void onFling(int durationMs); method in interface:SystemGesturesPointerEventListener.Callbacks
H A DPhoneWindowManager.java1840 public void onFling(int duration) {
/frameworks/base/core/java/android/view/
H A DGestureDetector.java108 * @param e2 The move motion event that triggered the current onFling.
115 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); method in interface:GestureDetector.OnGestureListener
190 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, method in class:GestureDetector.SimpleOnGestureListener
650 handled = mListener.onFling(mCurrentDownEvent, ev, velocityX, velocityY);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DSnapHelper.java33 * you should override {@link #onFling(int, int)} and handle fling manually.
65 public boolean onFling(int velocityX, int velocityY) { method in class:SnapHelper
H A DRecyclerView.java1985 if (mOnFlingListener != null && mOnFlingListener.onFling(velocityX, velocityY)) {
11134 public abstract boolean onFling(int velocityX, int velocityY); method in class:RecyclerView.OnFlingListener
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java436 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:DecorCaptionView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarGestureHelper.java280 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:NavigationBarGestureHelper
/frameworks/support/compat/java/android/support/v4/view/
H A DGestureDetectorCompat.java384 handled = mListener.onFling(mCurrentDownEvent, ev, velocityX, velocityY);
/frameworks/base/core/java/android/widget/
H A DGallery.java1003 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.java362 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:PhotoView
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java398 public boolean onFling(MotionEvent me1, MotionEvent me2,
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3277 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:RecipientEditTextView

Completed in 794 milliseconds