Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java346 final int totalSuggestionsCount = inlineSuggestions.size(); in inflateThenShowSuggestions() local
357 for (int i = 0; i < totalSuggestionsCount; i++) { in inflateThenShowSuggestions()
381 if (suggestionMap.size() >= totalSuggestionsCount) { in inflateThenShowSuggestions()