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

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

Completed in 245 milliseconds