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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 79 private float mAutoCorrectionThreshold;
210 mAutoCorrectionThreshold = threshold;
305 suggestionsSet.first(), consideredWord, mAutoCorrectionThreshold);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 94 public final float mAutoCorrectionThreshold;
161 mAutoCorrectionThreshold = readAutoCorrectionThreshold(res,
217 mAutoCorrectionThreshold = 1;

Completed in 115 milliseconds