Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java125 mAlphabetShiftState.setShiftLocked(false); in onLoadKeyboard()
169 setShiftLocked(state.mIsAlphabetShiftLocked); in onRestoreKeyboardState()
222 private void setShiftLocked(boolean shiftLocked) { in setShiftLocked() method in KeyboardState
234 mAlphabetShiftState.setShiftLocked(shiftLocked); in setShiftLocked()
253 setShiftLocked(true); in toggleAlphabetAndSymbols()
287 mAlphabetShiftState.setShiftLocked(false); in setSymbolsKeyboard()
299 mAlphabetShiftState.setShiftLocked(false); in setSymbolsShiftedKeyboard()
423 setShiftLocked(true); in onPressShift()
467 setShiftLocked(!mAlphabetShiftState.isShiftLocked()); in onReleaseShift()
471 setShiftLocked(true); in onReleaseShift()
[all …]
DAlphabetShiftState.java64 public void setShiftLocked(boolean newShiftLockState) { in setShiftLocked() method in AlphabetShiftState