Home
last modified time | relevance | path

Searched refs:onDoubleTap (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGestureRecognizer.java32 boolean onDoubleTap(float x, float y); in onDoubleTap() method
82 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in GestureRecognizer.MyGestureListener
83 return mListener.onDoubleTap(e.getX(), e.getY()); in onDoubleTap()
DPhotoView.java962 public boolean onDoubleTap(float x, float y) { in onDoubleTap() method in PhotoView.MyGestureListener
/packages/apps/VideoEditor/src/com/android/videoeditor/
DKenBurnsActivity.java100 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in KenBurnsActivity.MyGestureListener
/packages/apps/Gallery/src/com/android/camera/
DViewImage.java356 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in ViewImage