Searched refs: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);
651 if (mSuggestionsAdapter instanceof SuggestionsAdapter) {
652 ((SuggestionsAdapter) mSuggestionsAdapter).setQueryRefinement(
672 mSuggestionsAdapter = adapter;
674 mQueryTextView.setAdapter(mSuggestionsAdapter);
682 return mSuggestionsAdapter;
956 if (mSuggestionsAdapter
[all...]
H A DEditor.java2188 private SuggestionAdapter mSuggestionsAdapter; field in class:Editor.SuggestionsPopupWindow
2231 mSuggestionsAdapter = new SuggestionAdapter();
2232 listView.setAdapter(mSuggestionsAdapter);
2367 view = mSuggestionsAdapter.getView(i, view, mContentView);
2517 mSuggestionsAdapter.notifyDataSetChanged();

Completed in 90 milliseconds