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 63 private float mAutoCorrectionThreshold;
160 mAutoCorrectionThreshold = threshold;
241 suggestionsSet.first(), consideredWord, mAutoCorrectionThreshold);
SettingsValues.java 98 public final float mAutoCorrectionThreshold;
169 mAutoCorrectionThreshold = getAutoCorrectionThreshold(res,
LatinIME.java 469 mSuggest.setAutoCorrectionThreshold(mCurrentSettings.mAutoCorrectionThreshold);
731 mSuggest.setAutoCorrectionThreshold(mCurrentSettings.mAutoCorrectionThreshold);
    [all...]

Completed in 56 milliseconds