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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DTimerHandler.java181 public boolean isInDoubleTapShiftKeyTimeout() { method in class:TimerHandler
H A DKeyboardState.java59 public boolean isInDoubleTapShiftKeyTimeout(); method in interface:KeyboardState.SwitchActions
484 mIsInDoubleTapShiftKey = mSwitchActions.isInDoubleTapShiftKeyTimeout();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMockKeyboardSwitcher.java144 public boolean isInDoubleTapShiftKeyTimeout() { method in class:MockKeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java299 public boolean isInDoubleTapShiftKeyTimeout() { method in class:KeyboardSwitcher
301 return keyboardView != null && keyboardView.isInDoubleTapShiftKeyTimeout();
H A DMainKeyboardView.java706 public boolean isInDoubleTapShiftKeyTimeout() { method in class:MainKeyboardView
707 return mKeyTimerHandler.isInDoubleTapShiftKeyTimeout();
H A DPointerTracker.java71 public boolean isInDoubleTapShiftKeyTimeout(); method in interface:PointerTracker.TimerProxy
96 public boolean isInDoubleTapShiftKeyTimeout() { return false; } method in class:PointerTracker.TimerProxy.Adapter

Completed in 198 milliseconds