Searched refs:AutoDictionary (Results 1 - 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | AutoDictionary.java | 39 public class AutoDictionary extends ExpandableDictionary { class in inherits:ExpandableDictionary 88 public AutoDictionary(Context context, LatinIME ime, String locale, int dicTypeId) { method in class:AutoDictionary 199 Log.w("AutoDictionary", "Upgrading database from version " + oldVersion + " to "
|
H A D | LatinIME.java | 167 private AutoDictionary mAutoDictionary; 461 mAutoDictionary = new AutoDictionary(this, this, mInputLocale, Suggest.DIC_AUTO); 1038 addToDictionaries(mComposing, AutoDictionary.FREQUENCY_FOR_TYPED); 1862 addToDictionaries(mBestWord, AutoDictionary.FREQUENCY_FOR_TYPED); 1921 addToDictionaries(suggestion, AutoDictionary.FREQUENCY_FOR_PICKED); 2139 * Adds to the UserBigramDictionary and/or AutoDictionary
|
Completed in 33 milliseconds