Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:isShifted

504      * @see KeyboardView#isShifted()
523 public boolean isShifted() {
525 return mKeyboard.isShifted();
590 if (mKeyboard.isShifted() && label != null && label.length() < 3
1143 mMiniKeyboard.setShifted(isShifted());