Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaKeyDispatcher.java217 void onTripleTap(KeyEvent keyEvent) { in onTripleTap() method in MediaKeyDispatcher
DMediaSessionService.java2969 onTripleTap(keyEvent); in handleKeyEventLocked()
3186 private void onTripleTap(KeyEvent keyEvent) {
3188 mCustomMediaKeyDispatcher.onTripleTap(keyEvent);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationGestureHandler.java222 private void onTripleTap(MotionEvent up) { in onTripleTap() method in WindowMagnificationGestureHandler
548 onTripleTap(motionEvent); in onGestureCompleted()
DFullScreenMagnificationGestureHandler.java1060 onTripleTap(event); in onMotionEvent()
1063 onTripleTap(/* up */ event); in onMotionEvent()
1308 onTripleTap(/* up */ event); in onMotionEvent()
1491 protected void onTripleTap(MotionEvent up) { in onTripleTap() method in FullScreenMagnificationGestureHandler.DetectingState