Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java148 private final SubtypeSwitcher mSubtypeSwitcher; field in LatinIME
422 mSubtypeSwitcher = SubtypeSwitcher.getInstance(); in LatinIME()
479 final Locale locale = mSubtypeSwitcher.getCurrentSubtypeLocale(); in loadSettings()
498 final Locale subtypeLocale = mSubtypeSwitcher.getCurrentSubtypeLocale(); in initSuggest()
549 final Locale locale = mSubtypeSwitcher.getCurrentSubtypeLocale(); in resetContactsDictionary()
573 final Locale subtypeLocale = mSubtypeSwitcher.getCurrentSubtypeLocale(); in resetSuggestMainDict()
666 mSubtypeSwitcher.onSubtypeChanged(subtype); in onCurrentInputMethodSubtypeChanged()
737 mSubtypeSwitcher.updateParametersOnStartInputView(); in onStartInputViewInternal()
755 final Locale currentLocale = mSubtypeSwitcher.getCurrentSubtypeLocale(); in onStartInputViewInternal()
1199 return mConnection.getCursorCapsMode(inputType, mSubtypeSwitcher.getCurrentSubtypeLocale(), in getCurrentAutoCapsState()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java73 private SubtypeSwitcher mSubtypeSwitcher; field in KeyboardSwitcher
111 mSubtypeSwitcher = SubtypeSwitcher.getInstance(); in initInternal()
146 builder.setSubtype(mSubtypeSwitcher.getCurrentSubtype()); in loadKeyboard()
189 keyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady()); in setKeyboard()
192 final boolean needsToDisplayLanguage = mSubtypeSwitcher.needsToDisplayLanguage( in setKeyboard()
385 mKeyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady()); in onNetworkStateChanged()