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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DDefaultSoftKeyboardEN.java282 if (mKeyboardView.isShifted()) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java508 * @see KeyboardView#isShifted()
526 public boolean isShifted() { method in class:KeyboardView
528 return mKeyboard.isShifted();
617 if (mKeyboard.isShifted() && label != null && label.length() < 3
1128 mMiniKeyboard.setShifted(isShifted());
H A DKeyboard.java688 public boolean isShifted() { method in class:Keyboard
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DDefaultSoftKeyboardJAJP.java684 if (mKeyboardView.isShifted()) {

Completed in 37 milliseconds