Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DContactSuggestionView.java35 public class ContactSuggestionView extends DefaultSuggestionView { class
41 public ContactSuggestionView(Context context, AttributeSet attrs, int defStyle) { in ContactSuggestionView() method in ContactSuggestionView
45 public ContactSuggestionView(Context context, AttributeSet attrs) { in ContactSuggestionView() method in ContactSuggestionView
49 public ContactSuggestionView(Context context) { in ContactSuggestionView() method in ContactSuggestionView
74 super(VIEW_ID, ContactSuggestionView.class, R.layout.contact_suggestion, context); in Factory()
DDefaultSuggestionViewFactory.java42 addFactory(new ContactSuggestionView.Factory(context)); in DefaultSuggestionViewFactory()