Searched refs:onUp (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDownUpDetector.java24 void onUp(MotionEvent e); method in interface:DownUpDetector.DownUpListener
40 mListener.onUp(e);
H A DGestureRecognizer.java40 void onUp(); method in interface:GestureRecognizer.Listener
128 public void onUp(MotionEvent e) { method in class:GestureRecognizer.MyDownUpListener
129 mListener.onUp();
H A DSlotView.java42 public void onUp(boolean followedByLongPress); method in interface:SlotView.Listener
50 @Override public void onUp(boolean followedByLongPress) {} method in class:SlotView.SimpleListener
629 // call the listener's onUp() when we receive any further event.
649 mListener.onUp(byLongPress);
H A DPhotoView.java973 // following call sequence: onDown(), onUp() and then onSingleTapUp(). The correct
974 // sequence for a single-tap-up gesture should be: onDown(), onSingleTapUp() and onUp().
975 // The call sequence for a pinch out gesture in JB is: onDown(), then onUp() and there's
985 // We do this in addition to onUp() because we want the snapback of
1272 public void onUp() { method in class:PhotoView.MyGestureListener
/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmstripGestureRecognizer.java43 boolean onUp(float x, float y); method in interface:FilmstripGestureRecognizer.Listener
65 mListener.onUp(event.getX(), event.getY());
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java153 private void onUp() { method in class:ManageCachePage
303 public void onUp(boolean followedByLongPress) {
304 ManageCachePage.this.onUp();
H A DAlbumPage.java242 private void onUp(boolean followedByLongPress) { method in class:AlbumPage
484 public void onUp(boolean followedByLongPress) {
485 AlbumPage.this.onUp(followedByLongPress);
H A DAlbumSetPage.java291 private void onUp(boolean followedByLongPress) { method in class:AlbumSetPage
503 public void onUp(boolean followedByLongPress) {
504 AlbumSetPage.this.onUp(followedByLongPress);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java453 public boolean onUp(float x, float y) { method in class:FilmstripLayout.OpenFilmstripGesture
455 return mFilmstripGestureListener.onUp(x, y);
H A DFilmstripView.java2678 public boolean onUp(float x, float y) { method in class:FilmstripView.FilmstripGestures

Completed in 562 milliseconds