/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | DoubleTapHelperTest.java | 113 verify(mDoubleTapListener, never()).onDoubleTap(); in testDoubleTap_success() 118 verify(mDoubleTapListener).onDoubleTap(); in testDoubleTap_success() 176 verify(mDoubleTapListener, never()).onDoubleTap(); in testSingleTap_slop() 221 verify(mDoubleTapListener, never()).onDoubleTap(); in testDoubleTap_slop() 265 verify(mDoubleTapListener, never()).onDoubleTap(); in testSlideBack() 270 verify(mDoubleTapListener, never()).onDoubleTap(); in testSlideBack() 340 verify(mDoubleTapListener, never()).onDoubleTap(); in testMoreThanTwoTaps() 345 verify(mDoubleTapListener).onDoubleTap(); in testMoreThanTwoTaps() 357 verify(mDoubleTapListener, never()).onDoubleTap(); in testMoreThanTwoTaps() 362 verify(mDoubleTapListener).onDoubleTap(); in testMoreThanTwoTaps()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DoubleTapHelper.java | 104 if (!mDoubleTapListener.onDoubleTap()) { in onTouchEvent() 164 boolean onDoubleTap(); in onDoubleTap() method
|
D | NotificationShadeWindowViewController.java | 192 public boolean onDoubleTap(MotionEvent e) { in setupExpandedStatusBar()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaKeyDispatcher.java | 215 void onDoubleTap(KeyEvent keyEvent) { in onDoubleTap() method in MediaKeyDispatcher
|
D | MediaSessionService.java | 2668 mCustomMediaKeyDispatcher.onDoubleTap(keyEvent);
|
/frameworks/base/core/java/android/view/ |
D | GestureDetector.java | 159 boolean onDoubleTap(MotionEvent e); in onDoubleTap() method 219 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in GestureDetector.SimpleOnGestureListener 624 handled |= mDoubleTapListener.onDoubleTap(mCurrentDownEvent); in onTouchEvent()
|
D | ScaleGestureDetector.java | 404 public boolean onDoubleTap(MotionEvent e) { in setQuickScaleEnabled()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | GestureManifold.java | 260 boolean onDoubleTap(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onDoubleTap() method 326 mListener.onDoubleTap(event, rawEvent, policyFlags); in onGestureCompleted()
|
D | TouchExplorer.java | 319 public boolean onDoubleTap(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onDoubleTap() method in TouchExplorer
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 233 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() method in PhotoView
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32158 method public abstract boolean onDoubleTap(android.view.MotionEvent); 32174 method public boolean onDoubleTap(android.view.MotionEvent);
|
/frameworks/base/api/ |
D | current.txt | 52355 method public boolean onDoubleTap(android.view.MotionEvent); 52372 method public boolean onDoubleTap(android.view.MotionEvent);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21269 HSPLandroid/view/GestureDetector$SimpleOnGestureListener;->onDoubleTap(Landroid/view/MotionEvent;)Z
|
/frameworks/base/services/ |
D | art-profile | 4954 PLcom/android/server/accessibility/gestures/TouchExplorer;->onDoubleTap()Z
|