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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java127 mAlphabetShiftState.setShiftLocked(false);
180 setShiftLocked(state.mIsAlphabetShiftLocked);
228 private void setShiftLocked(final boolean shiftLocked) { method in class:KeyboardState
230 Log.d(TAG, "setShiftLocked: shiftLocked=" + shiftLocked + " " + this);
240 mAlphabetShiftState.setShiftLocked(shiftLocked);
260 setShiftLocked(true);
278 setShiftLocked(true);
315 mAlphabetShiftState.setShiftLocked(false);
328 mAlphabetShiftState.setShiftLocked(false);
341 mAlphabetShiftState.setShiftLocked(fals
[all...]
H A DAlphabetShiftState.java64 public void setShiftLocked(boolean newShiftLockState) { method in class:AlphabetShiftState
79 Log.d(TAG, "setShiftLocked(" + newShiftLockState + "): " + toString(oldState)

Completed in 36 milliseconds