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.java133 mAlphabetShiftState.setShiftLocked(false); in onLoadKeyboard()
180 setShiftLocked(state.mIsAlphabetShiftLocked); in onRestoreKeyboardState()
237 private void setShiftLocked(final boolean shiftLocked) { in setShiftLocked() method in KeyboardState
249 mAlphabetShiftState.setShiftLocked(shiftLocked); in setShiftLocked()
269 setShiftLocked(true); in toggleAlphabetAndSymbols()
287 setShiftLocked(true); in resetKeyboardStateToAlphabet()
323 mAlphabetShiftState.setShiftLocked(false); in setSymbolsKeyboard()
336 mAlphabetShiftState.setShiftLocked(false); in setSymbolsShiftedKeyboard()
349 mAlphabetShiftState.setShiftLocked(false); in setEmojiKeyboard()
403 setShiftLocked(!mAlphabetShiftState.isShiftLocked()); in onReleaseKey()
[all …]
DAlphabetShiftState.java64 public void setShiftLocked(boolean newShiftLockState) { in setShiftLocked() method in AlphabetShiftState