Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java128 public void startDoubleTapTimer() { in startDoubleTapTimer() method in MockKeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java267 public void startDoubleTapTimer() { in startDoubleTapTimer() method in KeyboardSwitcher
271 timer.startDoubleTapTimer(); in startDoubleTapTimer()
DPointerTracker.java80 public void startDoubleTapTimer(); in startDoubleTapTimer() method
99 public void startDoubleTapTimer() {} in startDoubleTapTimer() method in PointerTracker.TimerProxy.Adapter
DLatinKeyboardView.java260 public void startDoubleTapTimer() { in startDoubleTapTimer() method in LatinKeyboardView.KeyTimerHandler
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java58 public void startDoubleTapTimer(); in startDoubleTapTimer() method
417 mSwitchActions.startDoubleTapTimer(); in onPressShift()