Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DSingleKeyGestureDetector.java41 private static final int MSG_KEY_VERY_LONG_PRESS = 1; field in SingleKeyGestureDetector
237 mHandler.removeMessages(MSG_KEY_VERY_LONG_PRESS); in interceptKeyDown()
296 final Message msg = mHandler.obtainMessage(MSG_KEY_VERY_LONG_PRESS, object); in interceptKeyDown()
302 mHandler.removeMessages(MSG_KEY_VERY_LONG_PRESS); in interceptKeyDown()
336 mHandler.removeMessages(MSG_KEY_VERY_LONG_PRESS); in interceptKeyUp()
399 mHandler.removeMessages(MSG_KEY_VERY_LONG_PRESS); in reset()
463 case MSG_KEY_VERY_LONG_PRESS: in handleMessage()