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/
DSuggestionsListView.kt23 interface SuggestionsListView<A> { interface
DSearchActivityView.kt49 @JvmField protected var mSuggestionsView: SuggestionsListView<ListAdapter?>? = null
363 if (event.getAction() == KeyEvent.ACTION_DOWN && v is SuggestionsListView<*>) { in onKey()
364 val listView = v as SuggestionsListView<*> in onKey()
DSuggestionsView.kt27 ListView(context, attrs), SuggestionsListView<ListAdapter?> {
DClusteredSuggestionsView.kt27 ExpandableListView(context, attrs), SuggestionsListView<ExpandableListAdapter?> {