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 69 private float mAutoCorrectionThreshold;
82 mAutoCorrectionThreshold = threshold;
238 firstSuggestion, consideredWord, mAutoCorrectionThreshold)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 102 public final float mAutoCorrectionThreshold;
175 mAutoCorrectionThreshold = readAutoCorrectionThreshold(res,
425 sb.append("\n mAutoCorrectionThreshold = ");
426 sb.append("" + mAutoCorrectionThreshold);

Completed in 242 milliseconds