Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java394 final ArrayList<SuggestedWordInfo> newSuggestions = new ArrayList<>(); in getSuggestedWordsExcludingTypedWordForRecorrection() local
399 newSuggestions.add(info); in getSuggestedWordsExcludingTypedWordForRecorrection()
407 return new SuggestedWords(newSuggestions, null /* rawSuggestions */, typedWord, in getSuggestedWordsExcludingTypedWordForRecorrection()
418 final ArrayList<SuggestedWordInfo> newSuggestions = new ArrayList<>(); in getSuggestedWordsForLastWordOfPhraseGesture() local
423 newSuggestions.add(new SuggestedWordInfo(lastWord, info.mScore, info.mKindAndFlags, in getSuggestedWordsForLastWordOfPhraseGesture()
427 return new SuggestedWords(newSuggestions, null /* rawSuggestions */, mTypedWordValid, in getSuggestedWordsForLastWordOfPhraseGesture()