OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAutoCorrectionThreshold
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java
94
public final float
mAutoCorrectionThreshold
;
161
mAutoCorrectionThreshold
= readAutoCorrectionThreshold(res,
217
mAutoCorrectionThreshold
= 1;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java
79
private float
mAutoCorrectionThreshold
;
210
mAutoCorrectionThreshold
= threshold;
305
suggestionsSet.first(), consideredWord,
mAutoCorrectionThreshold
);
LatinIME.java
632
newSuggest.setAutoCorrectionThreshold(settingsValues.
mAutoCorrectionThreshold
);
[
all
...]
Completed in 325 milliseconds