Searched refs:DelayingSuggestionsAdapter (Results 1 - 3 of 3) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DDelayingSuggestionsAdapter.java33 public class DelayingSuggestionsAdapter<A> implements SuggestionsAdapter<A> { class in inherits:SuggestionsAdapter
36 private static final String TAG = "QSB.DelayingSuggestionsAdapter";
44 public DelayingSuggestionsAdapter(SuggestionsAdapterBase<A> delayed) { method in class:DelayingSuggestionsAdapter
H A DSearchActivityViewTwoPane.java119 return new DelayingSuggestionsAdapter<ExpandableListAdapter>(
H A DSearchActivityView.java166 return new DelayingSuggestionsAdapter<ListAdapter>(new SuggestionsListAdapter(

Completed in 261 milliseconds