Searched refs:getSuggestionViewTypes (Results 1 - 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DDefaultSuggestionViewFactory.java52 public Collection<String> getSuggestionViewTypes() { method in class:DefaultSuggestionViewFactory
55 mViewTypes.addAll(mDefaultFactory.getSuggestionViewTypes());
57 mViewTypes.addAll(factory.getSuggestionViewTypes());
H A DSuggestionViewFactory.java39 Collection<String> getSuggestionViewTypes(); method in interface:SuggestionViewFactory
43 * one of the view types returned by {@link #getSuggestionViewTypes()}.
H A DSuggestionViewInflater.java58 public Collection<String> getSuggestionViewTypes() { method in class:SuggestionViewInflater
H A DSuggestionsAdapterBase.java55 for (String viewType : mViewFactory.getSuggestionViewTypes()) {

Completed in 134 milliseconds