Searched refs:onDoubleTap (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmStripGestureRecognizer.java32 boolean onDoubleTap(float x, float y); method in interface:FilmStripGestureRecognizer.Listener
96 public boolean onDoubleTap(MotionEvent e) { method in class:FilmStripGestureRecognizer.MyDoubleTapListener
97 return mListener.onDoubleTap(e.getX(), e.getY());
H A DFilmStripView.java2610 public boolean onDoubleTap(float x, float y) { method in class:FilmStripView.MyGestureReceiver
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGestureRecognizer.java33 boolean onDoubleTap(float x, float y); method in interface:GestureRecognizer.Listener
83 public boolean onDoubleTap(MotionEvent e) { method in class:GestureRecognizer.MyGestureListener
84 return mListener.onDoubleTap(e.getX(), e.getY());
H A DPhotoView.java1019 public boolean onDoubleTap(float x, float y) { method in class:PhotoView.MyGestureListener
1024 // onDoubleTap happened on the second ACTION_DOWN.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java99 public boolean onDoubleTap(MotionEvent e) {
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DKenBurnsActivity.java100 public boolean onDoubleTap(MotionEvent e) { method in class:KenBurnsActivity.MyGestureListener
/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java356 public boolean onDoubleTap(MotionEvent e) { method in class:ViewImage.MyGestureListener
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java741 public boolean onDoubleTap(MotionEvent arg0) { method in class:ImageShow

Completed in 185 milliseconds