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 136 private Locale mInputLocale;
171 mInputLocale = mLanguageSwitcher.getInputLocale();
308 conf.locale = mInputLocale;
LatinIME.java 173 private String mInputLocale;
437 mInputLocale = locale;
454 mUserDictionary = new UserDictionary(this, mInputLocale);
461 mAutoDictionary = new AutoDictionary(this, this, mInputLocale, Suggest.DIC_AUTO);
465 mUserBigramDictionary = new UserBigramDictionary(this, this, mInputLocale,
    [all...]

Completed in 716 milliseconds