Searched refs:setShiftLocked (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java123 mAlphabetShiftState.setShiftLocked(false);
167 setShiftLocked(state.mIsAlphabetShiftLocked);
220 private void setShiftLocked(boolean shiftLocked) { method in class:KeyboardState
222 Log.d(TAG, "setShiftLocked: shiftLocked=" + shiftLocked + " " + this);
232 mAlphabetShiftState.setShiftLocked(shiftLocked);
251 setShiftLocked(true);
268 setShiftLocked(true);
301 mAlphabetShiftState.setShiftLocked(false);
313 mAlphabetShiftState.setShiftLocked(false);
437 setShiftLocked(tru
[all...]
H A DAlphabetShiftState.java64 public void setShiftLocked(boolean newShiftLockState) { method in class:AlphabetShiftState
79 Log.d(TAG, "setShiftLocked(" + newShiftLockState + "): " + toString(oldState)

Completed in 35 milliseconds