Home
last modified time | relevance | path

Searched refs:MSG_LONG_PRESS (Results 1 – 1 of 1) 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()