Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4040 private ListView mSuggestionListView; field in Editor.SuggestionsPopupWindow
4113 mSuggestionListView = (ListView) mContentView.findViewById( in initContentView()
4117 mSuggestionListView.setAdapter(mSuggestionsAdapter); in initContentView()
4118 mSuggestionListView.setOnItemClickListener(this); in initContentView()
4241 mSuggestionListView.setVisibility(mNumberOfSuggestions == 0 ? View.GONE : View.VISIBLE); in show()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67141 Landroid/widget/Editor$SuggestionsPopupWindow;->mSuggestionListView:Landroid/widget/ListView;