Searched defs:isShifted (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java688 public boolean isShifted() { method in class:Keyboard
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());

Completed in 772 milliseconds