Searched refs:mSuggestionListView (Results 1 – 2 of 2) sorted by relevance
3798 private ListView mSuggestionListView; field in Editor.SuggestionsPopupWindow3871 mSuggestionListView = (ListView) mContentView.findViewById( in initContentView()3875 mSuggestionListView.setAdapter(mSuggestionsAdapter); in initContentView()3876 mSuggestionListView.setOnItemClickListener(this); in initContentView()3999 mSuggestionListView.setVisibility(mNumberOfSuggestions == 0 ? View.GONE : View.VISIBLE); in show()
70464 Landroid/widget/Editor$SuggestionsPopupWindow;->mSuggestionListView:Landroid/widget/ListView;