Searched refs:isShifted (Results 1 – 4 of 4) sorted by relevance
242 mKeyboardView.setShifted(!mKeyboardView.isShifted()); in toggleCapitalization()343 if (mKeyboardView.isShifted()) {357 if (mKeyboardView.isShifted()) {410 if (mKeyboardView.isShifted()) {
1191 setShiftState(mMainKeyboardView.isShifted() ? LeanbackKeyboardView.SHIFT_OFF in onShiftClick()1197 if (mMainKeyboardView.isShifted()) { in onTextEntry()1213 if (mMainKeyboardView.isShifted()) { in onSpaceEntry()1225 if (mMainKeyboardView.isShifted()) { in onPeriodEntry()1241 return mMainKeyboardView.isShifted(); in isCurrKeyShifted()
401 if (mKeyboard.isShifted() ^ invert) { in adjustCase()434 public boolean isShifted() { in isShifted() method in LeanbackKeyboardView
586 public boolean isShifted() { in isShifted() method in KeyboardView588 return mKeyboard.isShifted(); in isShifted()659 if (mKeyboard.isShifted() && label != null && label.length() < 3 in adjustCase()1175 mPopupKeyboardView.setShifted(isShifted()); in onLongPress()