Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4079 private ListView mSuggestionListView; field in Editor.SuggestionsPopupWindow
4152 mSuggestionListView = (ListView) mContentView.findViewById( in initContentView()
4156 mSuggestionListView.setAdapter(mSuggestionsAdapter); in initContentView()
4157 mSuggestionListView.setOnItemClickListener(this); in initContentView()
4280 mSuggestionListView.setVisibility(mNumberOfSuggestions == 0 ? View.GONE : View.VISIBLE); in show()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66498 Landroid/widget/Editor$SuggestionsPopupWindow;->mSuggestionListView:Landroid/widget/ListView;