Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java281 public void startDoubleTapShiftKeyTimer() { in startDoubleTapShiftKeyTimer() method in KeyboardSwitcher
284 keyboardView.startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer()
DMainKeyboardView.java698 public void startDoubleTapShiftKeyTimer() { in startDoubleTapShiftKeyTimer() method in MainKeyboardView
699 mKeyTimerHandler.startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer()
DPointerTracker.java69 public void startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer() method
92 public void startDoubleTapShiftKeyTimer() {} in startDoubleTapShiftKeyTimer() method in PointerTracker.TimerProxy.Adapter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java58 public void startDoubleTapShiftKeyTimer(); in startDoubleTapShiftKeyTimer() method
487 mSwitchActions.startDoubleTapShiftKeyTimer(); in onPressShift()
DTimerHandler.java170 public void startDoubleTapShiftKeyTimer() { in startDoubleTapShiftKeyTimer() method in TimerHandler
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java134 public void startDoubleTapShiftKeyTimer() { in startDoubleTapShiftKeyTimer() method in MockKeyboardSwitcher