Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java91 public void startTypingStateTimer(Key typedKey); in startTypingStateTimer() method
107 public void startTypingStateTimer(Key typedKey) {} in startTypingStateTimer() method in PointerTracker.TimerProxy.Adapter
465 mTimerProxy.startTypingStateTimer(key); in callListenerOnPressAndCheckKeyboardLayoutChange()
1276 mTimerProxy.startTypingStateTimer(key); in onRegisterKey()
DMainKeyboardView.java361 public void startTypingStateTimer(final Key typedKey) { in startTypingStateTimer() method in MainKeyboardView.KeyTimerHandler