HomeSort by relevance Sort by last modified time
    Searched full:onfling (Results 1 - 25 of 45) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/ui/
FilmstripGestureRecognizer.java 36 boolean onFling(float velocityX, float velocityY);
81 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,
83 return mListener.onFling(velocityX, velocityY);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GestureRecognizer.java 35 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY);
95 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,
97 return mListener.onFling(e1, e2, velocityX, velocityY);
  /frameworks/base/docs/html/training/gestures/
scroll.jd 104 {@link android.view.GestureDetector.OnGestureListener#onFling onFling()}
127 {@link android.view.GestureDetector.OnGestureListener#onFling onFling()}.
145 {@link android.view.GestureDetector.OnGestureListener#onFling onFling()}:</p>
174 public boolean onFling(MotionEvent e1, MotionEvent e2,
219 <p>When {@link android.view.GestureDetector.OnGestureListener#onFling onFling()} calls
detector.jd 170 {@link android.view.GestureDetector.OnGestureListener#onFling onFling()}, and so
233 public boolean onFling(MotionEvent event1, MotionEvent event2,
235 Log.d(DEBUG_TAG, "onFling: " + event1.toString()+event2.toString());
294 android.view.GestureDetector.OnGestureListener#onFling onFling()} and {@link
338 public boolean onFling(MotionEvent event1, MotionEvent event2,
340 Log.d(DEBUG_TAG, "onFling: " + event1.toString()+event2.toString());
  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorCtsActivity.java 95 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 52 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 52 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 52 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
SwapButton.java 86 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 82 virtual bool OnFling(const MotionEvent& e1,
119 virtual bool OnFling(const MotionEvent& e1,
gesture_detector.cc 82 bool GestureDetector::SimpleGestureListener::OnFling(const MotionEvent& e1,
403 handled = listener_->OnFling(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarViewTaskSwitchHelper.java 93 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 88 public void onFling(View target, float dX, float dY) {
225 onFling(target, mDX, mDY);
PhotoCarousel.java 114 public boolean onFling(MotionEvent e1, MotionEvent e2, float vX, float vY) {
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripLayout.java 381 public boolean onFling(float velocityX, float velocityY) {
383 return mFilmstripGestureListener.onFling(velocityX, velocityY);
  /frameworks/base/core/java/android/view/
GestureDetector.java 105 * @param e2 The move motion event that triggered the current onFling.
112 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY);
170 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX,
610 handled = mListener.onFling(mCurrentDownEvent, ev, velocityX, velocityY);
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
GestureActivity.java 207 public boolean onFling(MotionEvent e1, MotionEvent e2, float veloX, float veloY) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPageKeyboardView.java 219 public boolean onFling(final MotionEvent e1, final MotionEvent e2, final float velocityX,
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
TrackingInputHandler.java 360 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
362 // gesture-detector will still generate onFling() notifications based on movement of
  /external/robolectric/lib/main/
maps_v16.jar 
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 146 public boolean onFling(MotionEvent motionEvent, MotionEvent motionEvent2, float v,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java     [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
AccessibilityTabModelListItem.java 435 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
  /frameworks/base/docs/html/training/custom-views/
making-interactive.jd 165 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 380 handled = mListener.onFling(mCurrentDownEvent, ev, velocityX, velocityY);

Completed in 1371 milliseconds

1 2