Home
last modified time | relevance | path

Searched refs:mMatchLevel (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java145 final int mMatchLevel; field in BinaryDictionaryGetter.FileAndMatchLevel
148 mMatchLevel = matchLevel; in FileAndMatchLevel()
182 if (null == currentBestMatch || currentBestMatch.mMatchLevel < matchLevel) { in getCachedWordLists()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java94 public final int mMatchLevel; field in DictionaryProvider.WordListInfo
100 mMatchLevel = matchLevel; in WordListInfo()
413 || currentBestMatch.mMatchLevel < matchLevel) { in getDictionaryWordListsForLocale()