Searched refs:setShifted (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java147 // Constants for {@link SavedKeyboardState#mShiftMode} and {@link #setShifted(int)}.
182 setShifted(state.mShiftMode);
198 private void setShifted(final int shiftMode) { method in class:KeyboardState
200 Log.d(TAG, "setShifted: shiftMode=" + shiftModeToString(shiftMode) + " " + this);
219 mAlphabetShiftState.setShifted(true);
225 mAlphabetShiftState.setShifted(false);
231 mAlphabetShiftState.setShifted(true);
453 setShifted(SHIFT_LOCK_SHIFTED);
456 setShifted(AUTOMATIC_SHIFT);
461 setShifted(UNSHIF
[all...]
H A DAlphabetShiftState.java34 public void setShifted(boolean newShiftState) { method in class:AlphabetShiftState
61 Log.d(TAG, "setShifted(" + newShiftState + "): " + toString(oldState) + " > " + this);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java195 mKeyboardView.setShifted(mKeyboardView.isShifted());
239 mKeyboardView.setShifted(!mKeyboardView.isShifted());
245 mKeyboardView.setShifted(shouldCapitalize);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java584 mKeyboardView.setShifted((mShiftOn == 0) ? false : true);
588 mKeyboardView.setShifted((mShiftOn == 0) ? false : true);
H A DKeyboardView.java510 public boolean setShifted(boolean shifted) { method in class:KeyboardView
512 if (mKeyboard.setShifted(shifted)) {
524 * @see KeyboardView#setShifted(boolean)
1128 mMiniKeyboard.setShifted(isShifted());
H A DKeyboard.java672 public boolean setShifted(boolean shiftState) { method in class:Keyboard
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java566 public boolean setShifted(boolean shifted) { method in class:KeyboardView
568 if (mKeyboard.setShifted(shifted)) {
581 * @see KeyboardView#setShifted(boolean)
1174 mPopupKeyboardView.setShifted(isShifted());

Completed in 130 milliseconds