Home
last modified time | relevance | path

Searched defs:sortedScores (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DAutoCorrection.java51 WordComposer wordComposer, ArrayList<CharSequence> suggestions, int[] sortedScores, in updateAutoCorrectionStatus()
112 ArrayList<CharSequence> suggestions, int correctionMode, int[] sortedScores, in hasAutoCorrectionForBinaryDictionary()
DSuggest.java412 final int[] sortedScores; in addWord() local