Searched refs:setShiftLocked (Results 1 – 2 of 2) sorted by relevance
127 mAlphabetShiftState.setShiftLocked(false); in onLoadKeyboard()180 setShiftLocked(state.mIsAlphabetShiftLocked); in onRestoreKeyboardState()228 private void setShiftLocked(final boolean shiftLocked) { in setShiftLocked() method in KeyboardState240 mAlphabetShiftState.setShiftLocked(shiftLocked); in setShiftLocked()260 setShiftLocked(true); in toggleAlphabetAndSymbols()278 setShiftLocked(true); in resetKeyboardStateToAlphabet()315 mAlphabetShiftState.setShiftLocked(false); in setSymbolsKeyboard()328 mAlphabetShiftState.setShiftLocked(false); in setSymbolsShiftedKeyboard()341 mAlphabetShiftState.setShiftLocked(false); in setEmojiKeyboard()393 setShiftLocked(!mAlphabetShiftState.isShiftLocked()); in onReleaseKey()[all …]
64 public void setShiftLocked(boolean newShiftLockState) { in setShiftLocked() method in AlphabetShiftState