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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java91 private boolean mIsInDoubleTapShiftKey; field in class:KeyboardState
484 mIsInDoubleTapShiftKey = mSwitchActions.isInDoubleTapShiftKeyTimeout();
485 if (!mIsInDoubleTapShiftKey) {
489 if (mIsInDoubleTapShiftKey) {
537 if (mIsInDoubleTapShiftKey) {
540 mIsInDoubleTapShiftKey = false;

Completed in 141 milliseconds