Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:isShifted

491      * @see KeyboardView#isShifted()
510 public boolean isShifted() {
512 return mKeyboard.isShifted();
577 if (mKeyboard.isShifted() && label != null && label.length() < 3
1147 mMiniKeyboard.setShifted(isShifted());