Searched refs:isAutomaticShifted (Results 1 – 2 of 2) sorted by relevance
159 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()
102 public boolean isAutomaticShifted() { in isAutomaticShifted() method in AlphabetShiftState