Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DSingleKeyGestureDetector.java41 private static final int MSG_KEY_VERY_LONG_PRESS = 1; field in SingleKeyGestureDetector
220 mHandler.removeMessages(MSG_KEY_VERY_LONG_PRESS); in interceptKeyDown()
275 final Message msg = mHandler.obtainMessage(MSG_KEY_VERY_LONG_PRESS, keyCode, 0, in interceptKeyDown()
282 mHandler.removeMessages(MSG_KEY_VERY_LONG_PRESS); in interceptKeyDown()
315 mHandler.removeMessages(MSG_KEY_VERY_LONG_PRESS); in interceptKeyUp()
369 mHandler.removeMessages(MSG_KEY_VERY_LONG_PRESS); in reset()
420 case MSG_KEY_VERY_LONG_PRESS: in handleMessage()