Searched refs:suggestionsList (Results 1 – 3 of 3) sorted by relevance
261 final ArrayList<SuggestedWordInfo> suggestionsList; in getSuggestedWordsForNonBatchInput() local263 suggestionsList = getSuggestionsInfoListWithDebugInfo(typedWordString, in getSuggestedWordsForNonBatchInput()266 suggestionsList = suggestionsContainer; in getSuggestedWordsForNonBatchInput()280 callback.onGetSuggestedWords(new SuggestedWords(suggestionsList, in getSuggestedWordsForNonBatchInput()353 final ArrayList<SuggestedWordInfo> suggestionsList = new ArrayList<>(suggestionsSize); in getSuggestionsInfoListWithDebugInfo() local354 suggestionsList.add(typedWordInfo); in getSuggestionsInfoListWithDebugInfo()370 suggestionsList.add(cur); in getSuggestionsInfoListWithDebugInfo()372 return suggestionsList; in getSuggestionsInfoListWithDebugInfo()
215 final ArrayList<SuggestedWordInfo> suggestionsList = new ArrayList<>(); in getTypedWordAndPreviousSuggestions() local217 suggestionsList.add(typedWordInfo); in getTypedWordAndPreviousSuggestions()225 suggestionsList.add(prevWordInfo); in getTypedWordAndPreviousSuggestions()229 return suggestionsList; in getTypedWordAndPreviousSuggestions()
81 final ArrayList<String> suggestionsList = new ArrayList<>(); in getTextWithSuggestionSpan() local83 if (suggestionsList.size() >= SuggestionSpan.SUGGESTIONS_MAX_SIZE) { in getTextWithSuggestionSpan()92 suggestionsList.add(word.toString()); in getTextWithSuggestionSpan()96 suggestionsList.toArray(new String[suggestionsList.size()]), 0 /* flags */, null); in getTextWithSuggestionSpan()