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