Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DTimerHandler.java33 private static final int MSG_REPEAT_KEY = 1; field in TimerHandler
61 case MSG_REPEAT_KEY: in handleMessage()
93 obtainMessage(MSG_REPEAT_KEY, key.getCode(), repeatCount, tracker), delay); in startKeyRepeatTimerOf()
97 removeMessages(MSG_REPEAT_KEY, tracker); in cancelKeyRepeatTimerOf()
101 removeMessages(MSG_REPEAT_KEY); in cancelKeyRepeatTimers()
106 return hasMessages(MSG_REPEAT_KEY); in isInKeyRepeat()