Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java290 public void cancelDoubleTapShiftKeyTimer() { in cancelDoubleTapShiftKeyTimer() method in KeyboardSwitcher
293 keyboardView.cancelDoubleTapShiftKeyTimer(); in cancelDoubleTapShiftKeyTimer()
DMainKeyboardView.java702 public void cancelDoubleTapShiftKeyTimer() { in cancelDoubleTapShiftKeyTimer() method in MainKeyboardView
703 mKeyTimerHandler.cancelDoubleTapShiftKeyTimer(); in cancelDoubleTapShiftKeyTimer()
DPointerTracker.java70 public void cancelDoubleTapShiftKeyTimer(); in cancelDoubleTapShiftKeyTimer() method
94 public void cancelDoubleTapShiftKeyTimer() {} in cancelDoubleTapShiftKeyTimer() method in PointerTracker.TimerProxy.Adapter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java60 public void cancelDoubleTapShiftKeyTimer(); in cancelDoubleTapShiftKeyTimer() method
354 mSwitchActions.cancelDoubleTapShiftKeyTimer(); in onPressKey()
DTimerHandler.java176 public void cancelDoubleTapShiftKeyTimer() { in cancelDoubleTapShiftKeyTimer() method in TimerHandler
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java139 public void cancelDoubleTapShiftKeyTimer() { in cancelDoubleTapShiftKeyTimer() method in MockKeyboardSwitcher