Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionViewFactory.java67 if (factory.canCreateView(suggestion)) { in getView()
77 if (factory.canCreateView(suggestion)) { in getViewType()
85 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
DWebSearchSuggestionView.java97 public boolean canCreateView(Suggestion suggestion) { in canCreateView() method in WebSearchSuggestionView.Factory