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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 36 public class Suggest implements Dictionary.WordCallback {
73 public Suggest(Context context, int dictionaryResId) {
367 Log.w("Suggest", "String pool got too big: " + poolSize);
LatinIME.java 151 private Suggest mSuggest;
327 mSuggest = new Suggest(this, R.raw.main);
    [all...]
InputLanguageSelection.java 105 if (bd.getSize() > Suggest.LARGE_DICTIONARY_THRESHOLD / 4) {

Completed in 91 milliseconds