Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:isShifted

477      * @see KeyboardView#isShifted()
496 public boolean isShifted() {
498 return mKeyboard.isShifted();
563 if (mKeyboard.isShifted() && label != null && label.length() < 3
1071 mMiniKeyboard.setShifted(isShifted());