Searched refs:shifted (Results 1 - 2 of 2) 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)) {

Completed in 67 milliseconds