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.java138 final int mMatchLevel; field in BinaryDictionaryGetter.FileAndMatchLevel
141 mMatchLevel = matchLevel; in FileAndMatchLevel()
175 if (null == currentBestMatch || currentBestMatch.mMatchLevel < matchLevel) { in getCachedWordLists()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java93 public final int mMatchLevel; field in DictionaryProvider.WordListInfo
99 mMatchLevel = matchLevel; in WordListInfo()
422 || currentBestMatch.mMatchLevel < matchLevel) { in getDictionaryWordListsForLocale()