Home
last modified time | relevance | path

Searched refs:isAlphabetMode (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java524 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()
DKeyboardSwitcher.java211 boolean isAlphabetMode() { in isAlphabetMode() method in KeyboardSwitcher