OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DelayingSuggestionsAdapter
(Results
1 - 2
of
2
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java
31
public class
DelayingSuggestionsAdapter
<A> implements SuggestionsAdapter<A> {
34
private static final String TAG = "QSB.
DelayingSuggestionsAdapter
";
42
public
DelayingSuggestionsAdapter
(SuggestionsAdapterBase<A> delayed) {
SearchActivityView.java
155
return new
DelayingSuggestionsAdapter
<ListAdapter>(new SuggestionsListAdapter(
Completed in 364 milliseconds