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.java650 final Locale locale = mRichImm.getCurrentSubtypeLocale(); in loadSettings()
691 final Locale subtypeSwitcherLocale = mRichImm.getCurrentSubtypeLocale(); in resetDictionaryFacilitatorIfNecessary()
944 mRichImm.getCurrentSubtypeLocale(), in onStartInputViewInternal()
1486 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()