Searched refs:setShiftLocked (Results 1 – 2 of 2) sorted by relevance
133 mAlphabetShiftState.setShiftLocked(false); in onLoadKeyboard()180 setShiftLocked(state.mIsAlphabetShiftLocked); in onRestoreKeyboardState()237 private void setShiftLocked(final boolean shiftLocked) { in setShiftLocked() method in KeyboardState249 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 …]
64 public void setShiftLocked(boolean newShiftLockState) { in setShiftLocked() method in AlphabetShiftState