Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DTimerProxy.java74 public void startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer() method
121 public void startDoubleTapShiftKeyTimer() {} in startDoubleTapShiftKeyTimer() method in TimerProxy.Adapter
H A DKeyboardState.java63 public void startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer() method
497 mSwitchActions.startDoubleTapShiftKeyTimer(); in onPressShift()
H A DTimerHandler.java174 public void startDoubleTapShiftKeyTimer() { in startDoubleTapShiftKeyTimer() method in TimerHandler
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMockKeyboardSwitcher.java135 public void startDoubleTapShiftKeyTimer() { in startDoubleTapShiftKeyTimer() method in MockKeyboardSwitcher
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java376 public void startDoubleTapShiftKeyTimer() { in startDoubleTapShiftKeyTimer() method in KeyboardSwitcher
382 keyboardView.startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer()
H A DMainKeyboardView.java684 public void startDoubleTapShiftKeyTimer() { in startDoubleTapShiftKeyTimer() method in MainKeyboardView
685 mTimerHandler.startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer()