Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java663 final Locale locale = mRichImm.getCurrentSubtypeLocale(); in loadSettings()
704 final Locale subtypeSwitcherLocale = mRichImm.getCurrentSubtypeLocale(); in resetDictionaryFacilitatorIfNecessary()
978 mRichImm.getCurrentSubtypeLocale(), in onStartInputViewInternal()
1520 mRichImm.getCurrentSubtypeLocale(), in onStartBatchInput()
DRichInputMethodManager.java338 public Locale getCurrentSubtypeLocale() { in getCurrentSubtypeLocale() method in RichInputMethodManager
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java130 mKeyboardTextsSet.setLocale(mRichImm.getCurrentSubtypeLocale(), mThemeContext); in loadKeyboard()