HomeSort by relevance Sort by last modified time
    Searched refs:setShiftLocked (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 124 mAlphabetShiftState.setShiftLocked(false);
173 setShiftLocked(state.mIsAlphabetShiftLocked);
221 private void setShiftLocked(final boolean shiftLocked) {
223 Log.d(TAG, "setShiftLocked: shiftLocked=" + shiftLocked + " " + this);
233 mAlphabetShiftState.setShiftLocked(shiftLocked);
252 setShiftLocked(true);
269 setShiftLocked(true);
303 mAlphabetShiftState.setShiftLocked(false);
315 mAlphabetShiftState.setShiftLocked(false);
464 setShiftLocked(true)
    [all...]
AlphabetShiftState.java 64 public void setShiftLocked(boolean newShiftLockState) {
79 Log.d(TAG, "setShiftLocked(" + newShiftLockState + "): " + toString(oldState)
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 139 * Allows shiftlock to be turned on. See {@link #setShiftLocked(boolean)}
163 void setShiftLocked(boolean shiftLocked) {
PasswordEntryKeyboardHelper.java 290 next.setShiftLocked(mKeyboardState == KEYBOARD_STATE_CAPSLOCK);

Completed in 3212 milliseconds