Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java159 state.mShiftMode = mAlphabetShiftState.isAutomaticShifted() ? AUTOMATIC_SHIFT in onSaveKeyboardState()
204 if (mAlphabetShiftState.isAutomaticShifted()) { in setShifted()
384 final boolean needsToResetAutoCaps = mAlphabetShiftState.isAutomaticShifted() in onPressKey()
515 } else if (mAlphabetShiftState.isAutomaticShifted()) { in onPressShift()
DAlphabetShiftState.java102 public boolean isAutomaticShifted() { in isAutomaticShifted() method in AlphabetShiftState