Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java151 final List<InlineSuggestion> inlineSuggestions = response.getInlineSuggestions(); in postPendingResponse() local
155 if (mResponseState == ResponseState.START_INPUT && inlineSuggestions.isEmpty()) { in postPendingResponse()
158 inflateThenShowSuggestions(inlineSuggestions); in postPendingResponse()
345 private void inflateThenShowSuggestions( List<InlineSuggestion> inlineSuggestions) { in inflateThenShowSuggestions() argument
346 final int totalSuggestionsCount = inlineSuggestions.size(); in inflateThenShowSuggestions()
347 if (inlineSuggestions.isEmpty()) { in inflateThenShowSuggestions()
359 final InlineSuggestion inlineSuggestion = inlineSuggestions.get(i); in inflateThenShowSuggestions()