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
140
final int
mMatchLevel
;
143
mMatchLevel
= matchLevel;
177
if (null == currentBestMatch || currentBestMatch.
mMatchLevel
< matchLevel) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java
92
public final int
mMatchLevel
;
96
mMatchLevel
= matchLevel;
413
|| currentBestMatch.
mMatchLevel
< matchLevel) {
Completed in 2070 milliseconds