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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGestureRecognizer.java35 boolean onFling(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(velocityX, velocityY);
H A DSlotView.java657 public boolean onFling(MotionEvent e1, method in class:SlotView.MyGestureListener
H A DPhotoView.java960 // If an onFling happened after the last onDown
1072 public boolean onFling(float velocityX, float velocityY) { method in class:PhotoView.MyGestureListener
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTouchListener.java93 public void onFling(View target, float dX, float dY) { method in class:PhotoTouchListener
246 onFling(target, mDX, mDY);
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java325 public boolean onFling(MotionEvent e1, MotionEvent e2, method in class:GridViewSpecial.MyGestureDetector
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java802 public boolean onFling(MotionEvent startEvent, MotionEvent endEvent, float arg2, float arg3) { method in class:ImageShow
/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/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java1462 public boolean onFling(MotionEvent me1, MotionEvent me2, method in class:PinyinIME.OnGestureListener
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4915 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { method in class:DayView.CalendarGestureListener
4916 if (DEBUG) Log.e(TAG, "GestureDetector.onFling");

Completed in 77 milliseconds