Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java158 state.mIsAlphabetShiftLocked = mAlphabetShiftState.isShiftLocked(); in onSaveKeyboardState()
242 if (shiftLocked && (!mAlphabetShiftState.isShiftLocked() in setShiftLocked()
246 if (!shiftLocked && mAlphabetShiftState.isShiftLocked()) { in setShiftLocked()
258 mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked(); in toggleAlphabetAndSymbols()
348 mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked(); in setEmojiKeyboard()
403 setShiftLocked(!mAlphabetShiftState.isShiftLocked()); in onReleaseKey()
477 if (!mAlphabetShiftState.isShiftLocked() && !mShiftKeyState.isIgnoring()) { in updateAlphabetShiftState()
509 if (mAlphabetShiftState.isShiftLocked()) { in onPressShift()
545 final boolean isShiftLocked = mAlphabetShiftState.isShiftLocked(); in onReleaseShift()
570 } else if (isShiftLocked && !mAlphabetShiftState.isShiftLockShifted() in onReleaseShift()
[all …]
DAlphabetShiftState.java94 public boolean isShiftLocked() { in isShiftLocked() method in AlphabetShiftState