Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DInlineSuggestionRenderServiceImpl.java53 View suggestionView = null; in onRenderSuggestion() local
56 suggestionView = Renderer.render(this, presentation.getSlice(), style); in onRenderSuggestion()
59 if (suggestionView != null && attributionIntent != null) { in onRenderSuggestion()
61 suggestionView.setOnLongClickListener((v) -> { in onRenderSuggestion()
66 return suggestionView; in onRenderSuggestion()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java292 final AggregationSuggestionView suggestionView = in getView() local
295 suggestionView.setListener(mListener); in getView()
296 suggestionView.bindSuggestion(suggestion); in getView()
297 return suggestionView; in getView()
1629 final AggregationSuggestionView suggestionView = (AggregationSuggestionView) view; in onAggregationSuggestionChange()
1630 suggestionView.handleItemClickEvent(); in onAggregationSuggestionChange()