Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionViewFactory.java66 if (factory.canCreateView(suggestion)) { in getView()
75 if (factory.canCreateView(suggestion)) { in getViewType()
83 public boolean canCreateView(Suggestion suggestion) { in canCreateView() method in DefaultSuggestionViewFactory
DSuggestionViewFactory.java61 boolean canCreateView(Suggestion suggestion); in canCreateView() method
DSuggestionViewInflater.java79 public boolean canCreateView(Suggestion suggestion) { in canCreateView() method in SuggestionViewInflater
DContactSuggestionView.java78 public boolean canCreateView(Suggestion suggestion) { in canCreateView() method in ContactSuggestionView.Factory
DWebSearchSuggestionView.java97 public boolean canCreateView(Suggestion suggestion) { in canCreateView() method in WebSearchSuggestionView.Factory