OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMatchLevel
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java
145
final int
mMatchLevel
;
148
mMatchLevel
= matchLevel;
182
if (null == currentBestMatch || currentBestMatch.
mMatchLevel
< matchLevel) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java
94
public final int
mMatchLevel
;
100
mMatchLevel
= matchLevel;
413
|| currentBestMatch.
mMatchLevel
< matchLevel) {
Completed in 654 milliseconds