Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationTapHelperTest.java106 verify(mDoubleTapListener, never()).onDoubleTap(); in testDoubleTap_success()
110 verify(mDoubleTapListener).onDoubleTap(); in testDoubleTap_success()
166 verify(mDoubleTapListener, never()).onDoubleTap(); in testSingleTap_falsed()
211 verify(mDoubleTapListener, never()).onDoubleTap(); in testDoubleTap_falsed()
242 verify(mDoubleTapListener, never()).onDoubleTap(); in testSlideBack()
309 verify(mDoubleTapListener, never()).onDoubleTap(); in testMoreThanTwoTaps()
313 verify(mDoubleTapListener).onDoubleTap(); in testMoreThanTwoTaps()
322 verify(mDoubleTapListener, never()).onDoubleTap(); in testMoreThanTwoTaps()
326 verify(mDoubleTapListener).onDoubleTap(); in testMoreThanTwoTaps()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationTapHelper.java83 return mDoubleTapListener.onDoubleTap(); in onTouchEvent()
96 return mDoubleTapListener.onDoubleTap(); in onTouchEvent()
133 boolean onDoubleTap(); in onDoubleTap() method
H A DNotificationShadeWindowViewController.java215 public boolean onDoubleTap(MotionEvent e) { in setupExpandedStatusBar()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGestureRecognizer.java33 boolean onDoubleTap(float x, float y); in onDoubleTap() method
83 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in GestureRecognizer.MyGestureListener
84 return mListener.onDoubleTap(e.getX(), e.getY()); in onDoubleTap()
H A DPhotoView.java1018 public boolean onDoubleTap(float x, float y) { in onDoubleTap() method in PhotoView.MyGestureListener
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmstripGestureRecognizer.java36 boolean onDoubleTap(float x, float y); in onDoubleTap() method
125 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in FilmstripGestureRecognizer.MyDoubleTapListener
126 return mListener.onDoubleTap(e.getX(), e.getY()); in onDoubleTap()
/aosp12/frameworks/base/core/java/android/view/
H A DGestureDetector.java157 boolean onDoubleTap(MotionEvent e); in onDoubleTap() method
217 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in GestureDetector.SimpleOnGestureListener
614 handled |= mDoubleTapListener.onDoubleTap(mCurrentDownEvent); in onTouchEvent()
H A DScaleGestureDetector.java404 public boolean onDoubleTap(MotionEvent e) { in setQuickScaleEnabled()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaKeyDispatcher.java214 void onDoubleTap(KeyEvent keyEvent) { in onDoubleTap() method in MediaKeyDispatcher
H A DMediaSessionService.java2803 mCustomMediaKeyDispatcher.onDoubleTap(keyEvent);
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java398 public boolean onDoubleTap(float x, float y) { in onDoubleTap() method in FilmstripLayout.OpenFilmstripGesture
400 return mFilmstripGestureListener.onDoubleTap(x, y); in onDoubleTap()
H A DFilmstripView.java2640 public boolean onDoubleTap(float x, float y) {
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DGestureManifold.java291 boolean onDoubleTap(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onDoubleTap() method
357 mListener.onDoubleTap(event, rawEvent, policyFlags); in onGestureCompleted()
H A DTouchExplorer.java379 public boolean onDoubleTap(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDoubleTap() method in TouchExplorer
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerView.java305 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in DividerView.DoubleTapListener
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java100 public boolean onDoubleTap(MotionEvent e) { in StatePanelTrack()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java233 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in PhotoView
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java744 public boolean onDoubleTap(MotionEvent arg0) { in onDoubleTap() method in ImageShow
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java356 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in ViewImage
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt47167 method public boolean onDoubleTap(android.view.MotionEvent);
47184 method public boolean onDoubleTap(android.view.MotionEvent);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt32158 method public abstract boolean onDoubleTap(android.view.MotionEvent);
32174 method public boolean onDoubleTap(android.view.MotionEvent);
/aosp12/frameworks/base/services/
H A Dart-profile4654 HPLcom/android/server/accessibility/gestures/TouchExplorer;->onDoubleTap(Landroid/view/MotionEvent;…