OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShiftLocked
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java
137
state.mIsAlphabetShiftLocked = mAlphabetShiftState.
isShiftLocked
();
227
if (shiftLocked && (!mAlphabetShiftState.
isShiftLocked
()
231
if (!shiftLocked && mAlphabetShiftState.
isShiftLocked
()) {
242
mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.
isShiftLocked
();
401
if (!mAlphabetShiftState.
isShiftLocked
() && !mShiftKeyState.isIgnoring()) {
429
if (mAlphabetShiftState.
isShiftLocked
()) {
460
final boolean
isShiftLocked
= mAlphabetShiftState.
isShiftLocked
();
467
setShiftLocked(!mAlphabetShiftState.
isShiftLocked
());
479
} else if (
isShiftLocked
&& !mAlphabetShiftState.isShiftLockShifted(
[
all
...]
AlphabetShiftState.java
94
public boolean
isShiftLocked
() {
Completed in 182 milliseconds