Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandler.java1050 mHandler.removeMessages(MESSAGE_ON_TRIPLE_TAP_AND_HOLD); in onMotionEvent()
1145 protected static final int MESSAGE_ON_TRIPLE_TAP_AND_HOLD = 1; field in FullScreenMagnificationGestureHandler.DetectingState
1181 case MESSAGE_ON_TRIPLE_TAP_AND_HOLD: { in handleMessage()
1301 mHandler.removeMessages(MESSAGE_ON_TRIPLE_TAP_AND_HOLD); in onMotionEvent()
1402 mHandler.obtainMessage(MESSAGE_ON_TRIPLE_TAP_AND_HOLD, in afterLongTapTimeoutTransitionToDraggingState()
1417 mHandler.removeMessages(MESSAGE_ON_TRIPLE_TAP_AND_HOLD); in removePendingDelayedMessages()