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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DSwapButton.java86 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:SwapButton
/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmstripGestureRecognizer.java36 boolean onFling(float velocityX, float velocityY); method in interface:FilmstripGestureRecognizer.Listener
81 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, method in class:FilmstripGestureRecognizer.MyGestureListener
83 return mListener.onFling(velocityX, velocityY);
H A DModeListView.java306 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:ModeListView.ModeListState
1026 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
1029 mCurrentStateManager.getCurrentState().onFling(e1, e2, velocityX, velocityY);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGestureRecognizer.java35 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); method in interface:GestureRecognizer.Listener
95 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, method in class:GestureRecognizer.MyGestureListener
97 return mListener.onFling(e1, e2, velocityX, velocityY);
H A DSlotView.java658 public boolean onFling(MotionEvent e1, method in class:SlotView.MyGestureListener
H A DPhotoView.java968 // If an onFling happened after the last onDown
1080 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:PhotoView.MyGestureListener
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPageKeyboardView.java219 public boolean onFling(final MotionEvent e1, final MotionEvent e2, final float velocityX, method in class:EmojiPageKeyboardView
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTouchListener.java88 public void onFling(View target, float dX, float dY) { method in class:PhotoTouchListener
225 onFling(target, mDX, mDY);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java381 public boolean onFling(float velocityX, float velocityY) { method in class:FilmstripLayout.MyGestureListener
383 return mFilmstripGestureListener.onFling(velocityX, velocityY);
H A DFilmstripView.java2761 public boolean onFling(float velocityX, float velocityY) { method in class:FilmstripView.MyGestureReceiver
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java888 public boolean onFling(MotionEvent startEvent, MotionEvent endEvent, float arg2, float arg3) { method in class:ImageShow
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java325 public boolean onFling(MotionEvent e1, MotionEvent e2, method in class:GridViewSpecial.MyGestureDetector
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java1321 /** @see android.view.GestureDetector.OnGestureListener#onFling */
1322 public boolean onFling(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3) { method in class:TextCandidatesViewManager
1330 Log.e("iwnn", "TextCandidatesViewManager::onFling Vibrator " + ex.toString());
1343 Log.e("iwnn", "TextCandidatesViewManager::onFling Sound " + ex.toString());
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4924 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:DayView.CalendarGestureListener
4925 if (DEBUG) Log.e(TAG, "GestureDetector.onFling");

Completed in 2003 milliseconds