Searched refs:inlineSuggestions (Results 1 – 1 of 1) sorted by relevance
151 final List<InlineSuggestion> inlineSuggestions = response.getInlineSuggestions(); in postPendingResponse() local155 if (mResponseState == ResponseState.START_INPUT && inlineSuggestions.isEmpty()) { in postPendingResponse()158 inflateThenShowSuggestions(inlineSuggestions); in postPendingResponse()345 private void inflateThenShowSuggestions( List<InlineSuggestion> inlineSuggestions) { in inflateThenShowSuggestions() argument346 final int totalSuggestionsCount = inlineSuggestions.size(); in inflateThenShowSuggestions()347 if (inlineSuggestions.isEmpty()) { in inflateThenShowSuggestions()359 final InlineSuggestion inlineSuggestion = inlineSuggestions.get(i); in inflateThenShowSuggestions()