Searched refs:isShiftLockShifted (Results 1 – 2 of 2) sorted by relevance
234 || mAlphabetShiftState.isShiftLockShifted())) { in setShiftLocked()542 if (mAlphabetShiftState.isShiftLockShifted()) { in onReleaseShift()555 } else if (mAlphabetShiftState.isShiftLockShifted() && withSliding) { in onReleaseShift()561 } else if (isShiftLocked && !mAlphabetShiftState.isShiftLockShifted() in onReleaseShift()
98 public boolean isShiftLockShifted() { in isShiftLockShifted() method in AlphabetShiftState