Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionView.java44 public class AggregationSuggestionView extends LinearLayout { class
67 public AggregationSuggestionView(Context context) { in AggregationSuggestionView() method in AggregationSuggestionView
71 public AggregationSuggestionView(Context context, AttributeSet attrs) { in AggregationSuggestionView() method in AggregationSuggestionView
75 public AggregationSuggestionView(Context context, AttributeSet attrs, int defStyle) { in AggregationSuggestionView() method in AggregationSuggestionView
DContactEditorBaseFragment.java99 AggregationSuggestionEngine.Listener, AggregationSuggestionView.Listener,
284 private final AggregationSuggestionView.Listener mListener;
288 AggregationSuggestionView.Listener listener, List<Suggestion> suggestions) { in AggregationSuggestionAdapter()
298 final AggregationSuggestionView suggestionView = in getView()
299 (AggregationSuggestionView) mLayoutInflater.inflate( in getView()
1605 final AggregationSuggestionView suggestionView = (AggregationSuggestionView) view; in onAggregationSuggestionChange()