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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java669 * @param shiftState the keyboard shift state.
672 public boolean setShifted(boolean shiftState) { argument
674 mShiftKey.on = shiftState;
676 if (mShifted != shiftState) {
677 mShifted = shiftState;

Completed in 25 milliseconds