Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityLongPressTimer.java32 private static final int MSG_LONG_PRESS = 1; field in AccessibilityLongPressTimer
48 case MSG_LONG_PRESS: in handleMessage()
60 final Message longPressMessage = obtainMessage(MSG_LONG_PRESS, key); in startLongPress()
65 removeMessages(MSG_LONG_PRESS); in cancelLongPress()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java171 private static final int MSG_LONG_PRESS = 1; field in RotaryService
439 if (msg.what == MSG_LONG_PRESS) {
1411 mHandler.removeMessages(MSG_LONG_PRESS); in handleCenterButtonEvent()
1412 mHandler.sendEmptyMessageDelayed(MSG_LONG_PRESS, mLongPressMs); in handleCenterButtonEvent()
1419 mHandler.removeMessages(MSG_LONG_PRESS); in handleCenterButtonEvent()