Home
last modified time | relevance | path

Searched refs:getCurrentSubtypeLocale (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java648 final Locale locale = mRichImm.getCurrentSubtypeLocale(); in loadSettings()
689 final Locale subtypeSwitcherLocale = mRichImm.getCurrentSubtypeLocale(); in resetDictionaryFacilitatorIfNecessary()
963 mRichImm.getCurrentSubtypeLocale(), in onStartInputViewInternal()
1505 mRichImm.getCurrentSubtypeLocale(), in onStartBatchInput()
H A DRichInputMethodManager.java338 public Locale getCurrentSubtypeLocale() { in getCurrentSubtypeLocale() method in RichInputMethodManager
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java130 mKeyboardTextsSet.setLocale(mRichImm.getCurrentSubtypeLocale(), mThemeContext); in loadKeyboard()