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/
SettingsValues.java 82 public final float mAutoCorrectionThreshold;
148 mAutoCorrectionThreshold = getAutoCorrectionThreshold(res,
Suggest.java 80 private float mAutoCorrectionThreshold;
190 mAutoCorrectionThreshold = threshold;
325 mSuggestions, consideredWord, mAutoCorrectionThreshold,
377 if (allowsToBeAutoCorrected && suggestionsList.size() > 1 && mAutoCorrectionThreshold > 0

Completed in 43 milliseconds