HomeSort by relevance Sort by last modified time
    Searched refs:mInputLocale (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
KeyboardSwitcher.java 81 private Locale mInputLocale;
100 mInputLocale = mLanguageSwitcher.getInputLocale();
211 conf.locale = mInputLocale;
LatinIME.java 167 private String mInputLocale;
315 mInputLocale = locale;
330 mUserDictionary = new UserDictionary(this, mInputLocale);
337 mAutoDictionary = new AutoDictionary(this, this, mInputLocale);
    [all...]

Completed in 529 milliseconds