OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mlikelythreshold
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java
86
private double
mLikelyThreshold
;
92
mLikelyThreshold
=
124
private final double
mLikelyThreshold
;
137
mLikelyThreshold
= likelyThreshold;
213
hasLikelySuggestions = (normalizedScore >
mLikelyThreshold
);
247
hasLikelySuggestions = (normalizedScore >
mLikelyThreshold
);
251
+ " (threshold " +
mLikelyThreshold
429
mService.mSuggestionThreshold, mService.
mLikelyThreshold
, suggestionsLimit);
Completed in 41 milliseconds