Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java309 final InlineContentView suggestionView = suggestionItem.mView; in updateInlineSuggestionStrip() local
312 mPinnedSuggestionsStart.addView(suggestionView); in updateInlineSuggestionStrip()
314 mPinnedSuggestionsEnd.addView(suggestionView); in updateInlineSuggestionStrip()
317 mScrollableSuggestions.addView(suggestionView); in updateInlineSuggestionStrip()
363 inlineSuggestion.inflate(this, size, executor, suggestionView -> { in inflateThenShowSuggestions()
365 if(suggestionView != null) { in inflateThenShowSuggestions()
366 suggestionView.setOnClickListener((v) -> { in inflateThenShowSuggestions()
369 suggestionView.setOnLongClickListener((v) -> { in inflateThenShowSuggestions()
374 suggestionView, /*isAction*/ inlineSuggestion.getInfo().isPinned()); in inflateThenShowSuggestions()