Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java353 final Map<Integer, SuggestionItem> suggestionMap = Collections.synchronizedMap(( in inflateThenShowSuggestions() local
375 suggestionMap.put(index, suggestionItem); in inflateThenShowSuggestions()
377 suggestionMap.put(index, null); in inflateThenShowSuggestions()
381 if (suggestionMap.size() >= totalSuggestionsCount) { in inflateThenShowSuggestions()
383 suggestionMap.values()); in inflateThenShowSuggestions()