Home | History | Annotate | Download | only in openwnn

Lines Matching refs:isShifted

508      * @see KeyboardView#isShifted()
526 public boolean isShifted() {
528 return mKeyboard.isShifted();
617 if (mKeyboard.isShifted() && label != null && label.length() < 3
1128 mMiniKeyboard.setShifted(isShifted());