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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 68 private float mAutoCorrectionThreshold;
172 mAutoCorrectionThreshold = threshold;
254 suggestionsSet.first(), consideredWord, mAutoCorrectionThreshold);
SettingsValues.java 77 public final float mAutoCorrectionThreshold;
139 mAutoCorrectionThreshold = readAutoCorrectionThreshold(res,
LatinIME.java 511 mSuggest.setAutoCorrectionThreshold(mSettings.getCurrent().mAutoCorrectionThreshold);
    [all...]

Completed in 253 milliseconds