Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DEmojiPalettesView.java779 int timeCount = 0; in run() local
780 while (timeCount < MAX_REPEAT_COUNT_TIME && !mAborted) { in run()
781 if (timeCount > mKeyRepeatStartTimeout) { in run()
784 timeCount += mKeyRepeatInterval; in run()