Searched refs:isAlphabetMode (Results 1 – 2 of 2) sorted by relevance
524 if (attr != null && mInputView != null && mKeyboardSwitcher.isAlphabetMode() in updateShiftKeyState()677 if (mKeyboardSwitcher.isAlphabetMode()) { in handleShift()776 if (mKeyboardSwitcher.isAlphabetMode()) { in toggleCapsLock()874 || (mKeyboardSwitcher.isAlphabetMode() && mInputView.isShifted())) { in pickSuggestion()1134 if (mCapsLock && mKeyboardSwitcher.isAlphabetMode()) { in changeKeyboardMode()
211 boolean isAlphabetMode() { in isAlphabetMode() method in KeyboardSwitcher