OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuggestionsView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java
29
public class
SuggestionsView
extends ListView implements SuggestionsListView<ListAdapter> {
32
private static final String TAG = "QSB.
SuggestionsView
";
36
public
SuggestionsView
(Context context, AttributeSet attrs) {
SearchActivityView.java
95
mSuggestionsView = (
SuggestionsView
) findViewById(R.id.suggestions);
101
// TODO: why do we need focus listeners both on the
SuggestionsView
and the individual
435
private class InputMethodCloser implements
SuggestionsView
.OnScrollListener {
Completed in 107 milliseconds