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.java36 public class AggregationSuggestionView extends LinearLayout { class
49 public AggregationSuggestionView(Context context) { in AggregationSuggestionView() method in AggregationSuggestionView
53 public AggregationSuggestionView(Context context, AttributeSet attrs) { in AggregationSuggestionView() method in AggregationSuggestionView
57 public AggregationSuggestionView(Context context, AttributeSet attrs, int defStyle) { in AggregationSuggestionView() method in AggregationSuggestionView
DContactEditorFragment.java116 AggregationSuggestionEngine.Listener, AggregationSuggestionView.Listener,
279 private final AggregationSuggestionView.Listener mListener;
283 AggregationSuggestionView.Listener listener, List<Suggestion> suggestions) { in AggregationSuggestionAdapter()
292 final AggregationSuggestionView suggestionView = in getView()
293 (AggregationSuggestionView) mLayoutInflater.inflate( in getView()
1629 final AggregationSuggestionView suggestionView = (AggregationSuggestionView) view; in onAggregationSuggestionChange()