Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSearchActivityView.java65 protected SuggestionsListView<ListAdapter> mSuggestionsView;
424 && v instanceof SuggestionsListView<?>) { in onKey()
425 SuggestionsListView<?> listView = (SuggestionsListView<?>) v; in onKey()
DSuggestionsListView.java24 public interface SuggestionsListView<A> { interface
DSuggestionsView.java29 public class SuggestionsView extends ListView implements SuggestionsListView<ListAdapter> {
DClusteredSuggestionsView.java28 implements SuggestionsListView<ExpandableListAdapter> {