Home
last modified time | relevance | path

Searched refs:QueryTextView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DQueryTextView.java28 public class QueryTextView extends EditText { class
35 public QueryTextView(Context context, AttributeSet attrs, int defStyle) { in QueryTextView() method in QueryTextView
39 public QueryTextView(Context context, AttributeSet attrs) { in QueryTextView() method in QueryTextView
43 public QueryTextView(Context context) { in QueryTextView() method in QueryTextView
DSearchActivityView.java59 protected QueryTextView mQueryTextView;
93 mQueryTextView = (QueryTextView) findViewById(R.id.search_src_text); in onFinishInflate()
181 mQueryTextView.setCommitCompletionListener(new QueryTextView.CommitCompletionListener() { in setSuggestionClickListener()