Searched defs:mSuggestionsAdapter (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSearchView.java110 private CursorAdapter mSuggestionsAdapter; field in class:SearchView
158 if (mSuggestionsAdapter != null && mSuggestionsAdapter instanceof SuggestionsAdapter) {
159 mSuggestionsAdapter.changeCursor(null);
652 if (mSuggestionsAdapter instanceof SuggestionsAdapter) {
653 ((SuggestionsAdapter) mSuggestionsAdapter).setQueryRefinement(
673 mSuggestionsAdapter = adapter;
675 mQueryTextView.setAdapter(mSuggestionsAdapter);
683 return mSuggestionsAdapter;
957 if (mSuggestionsAdapter
[all...]
H A DEditor.java2182 private SuggestionAdapter mSuggestionsAdapter; field in class:Editor.SuggestionsPopupWindow
2225 mSuggestionsAdapter = new SuggestionAdapter();
2226 listView.setAdapter(mSuggestionsAdapter);
2364 view = mSuggestionsAdapter.getView(i, view, mContentView);
2514 mSuggestionsAdapter.notifyDataSetChanged();

Completed in 167 milliseconds