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.java39 private static final int MSG_REPEAT_KEY = 1; field in TimerHandler
66 case MSG_REPEAT_KEY: in handleMessage()
89 obtainMessage(MSG_REPEAT_KEY, key.getCode(), repeatCount, tracker), delay); in startKeyRepeatTimerOf()
93 removeMessages(MSG_REPEAT_KEY, tracker); in cancelKeyRepeatTimerOf()
97 removeMessages(MSG_REPEAT_KEY); in cancelKeyRepeatTimers()
102 return hasMessages(MSG_REPEAT_KEY); in isInKeyRepeat()