Searched refs:MSG_REPEAT_KEY (Results 1 – 1 of 1) sorted by relevance
33 private static final int MSG_REPEAT_KEY = 1; field in TimerHandler61 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()