Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DTimerHandler.java152 final int typedCode = typedKey.getCode(); in startTypingStateTimer() local
153 if (typedCode == Constants.CODE_SPACE || typedCode == Constants.CODE_ENTER) { in startTypingStateTimer()