Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java96 private boolean mIsInDoubleTapShiftKey; field in KeyboardState
494 mIsInDoubleTapShiftKey = mSwitchActions.isInDoubleTapShiftKeyTimeout(); in onPressShift()
495 if (!mIsInDoubleTapShiftKey) { in onPressShift()
499 if (mIsInDoubleTapShiftKey) { in onPressShift()
547 if (mIsInDoubleTapShiftKey) { in onReleaseShift()
550 mIsInDoubleTapShiftKey = false; in onReleaseShift()