Searched refs:MESSAGE_ON_TRIPLE_TAP_AND_HOLD (Results 1 – 1 of 1) sorted by relevance
1050 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.DetectingState1181 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()