Searched refs:onUp (Results 1 - 9 of 9) 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.java41 public void onUp(boolean followedByLongPress); method in interface:SlotView.Listener
49 @Override public void onUp(boolean followedByLongPress) {} method in class:SlotView.SimpleListener
628 // call the listener's onUp() when we receive any further event.
648 mListener.onUp(byLongPress);
H A DPhotoView.java967 // following call sequence: onDown(), onUp() and then onSingleTapUp(). The correct
968 // sequence for a single-tap-up gesture should be: onDown(), onSingleTapUp() and onUp().
969 // The call sequence for a pinch out gesture in JB is: onDown(), then onUp() and there's
979 // We do this in addition to onUp() because we want the snapback of
1253 public void onUp() { method in class:PhotoView.MyGestureListener
/packages/apps/Calculator/src/com/android/calculator2/
H A DEventListener.java126 mHandler.onUp();
H A DLogic.java195 void onUp() { method in class:Logic
/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.java241 private void onUp(boolean followedByLongPress) { method in class:AlbumPage
486 public void onUp(boolean followedByLongPress) {
487 AlbumPage.this.onUp(followedByLongPress);
H A DAlbumSetPage.java295 private void onUp(boolean followedByLongPress) { method in class:AlbumSetPage
507 public void onUp(boolean followedByLongPress) {
508 AlbumSetPage.this.onUp(followedByLongPress);

Completed in 134 milliseconds