Searched refs:onDoubleTap (Results 1 – 12 of 12) sorted by relevance
74 boolean onDoubleTap(MotionEvent event, int policyFlags); in onDoubleTap() method369 public boolean onDoubleTap(MotionEvent event) { in onDoubleTap() method in AccessibilityGestureDetector389 return mListener.onDoubleTap(event, policyFlags); in finishDoubleTap()
393 public boolean onDoubleTap(MotionEvent event, int policyFlags) { in onDoubleTap() method in TouchExplorer
142 boolean onDoubleTap(MotionEvent e); in onDoubleTap() method202 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in GestureDetector.SimpleOnGestureListener563 handled |= mDoubleTapListener.onDoubleTap(mCurrentDownEvent); in onTouchEvent()
403 public boolean onDoubleTap(MotionEvent e) { in setQuickScaleEnabled()
292 handled |= mDoubleTapListener.onDoubleTap(mCurrentDownEvent); in onTouchEvent()
263 public boolean onDoubleTap(MotionEvent event) {264 Log.d(DEBUG_TAG, "onDoubleTap: " + event.toString());
346 protected boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in DirectoryFragment1694 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in DirectoryFragment.GestureListener1697 return DirectoryFragment.this.onDoubleTap(e); in onDoubleTap()
233 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in PhotoView
32158 method public abstract boolean onDoubleTap(android.view.MotionEvent);32174 method public boolean onDoubleTap(android.view.MotionEvent);
40900 method public abstract boolean onDoubleTap(android.view.MotionEvent);40917 method public boolean onDoubleTap(android.view.MotionEvent);
40979 method public abstract boolean onDoubleTap(android.view.MotionEvent);40996 method public boolean onDoubleTap(android.view.MotionEvent);
43900 method public abstract boolean onDoubleTap(android.view.MotionEvent);43917 method public boolean onDoubleTap(android.view.MotionEvent);