Searched refs:shifted (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DDefaultSoftKeyboardJAJP.java643 int shifted = (mShiftOn == 0) ? 1 : 0;
644 Keyboard newKeyboard = getShiftChangeKeyboard(shifted);
646 mShiftOn = shifted;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java506 * @param shifted whether or not to enable the state of the shift key
510 public boolean setShifted(boolean shifted) { argument
512 if (mKeyboard.setShifted(shifted)) {
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java562 * @param shifted whether or not to enable the state of the shift key
566 public boolean setShifted(boolean shifted) { argument
568 if (mKeyboard.setShifted(shifted)) {

Completed in 35 milliseconds