Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3555 private ListView mSuggestionListView; field in Editor.SuggestionsPopupWindow
3628 mSuggestionListView = (ListView) mContentView.findViewById( in initContentView()
3632 mSuggestionListView.setAdapter(mSuggestionsAdapter); in initContentView()
3633 mSuggestionListView.setOnItemClickListener(this); in initContentView()
3756 mSuggestionListView.setVisibility(mNumberOfSuggestions == 0 ? View.GONE : View.VISIBLE); in show()