Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActivityChooserView.java158 private ListPopupWindow mListPopupWindow; field in ActivityChooserView
535 if (mListPopupWindow == null) { in getListPopupWindow()
536 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
537 mListPopupWindow.setAdapter(mAdapter); in getListPopupWindow()
538 mListPopupWindow.setAnchorView(ActivityChooserView.this); in getListPopupWindow()
539 mListPopupWindow.setModal(true); in getListPopupWindow()
540 mListPopupWindow.setOnItemClickListener(mCallbacks); in getListPopupWindow()
541 mListPopupWindow.setOnDismissListener(mCallbacks); in getListPopupWindow()
543 return mListPopupWindow; in getListPopupWindow()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt86370 Landroid/widget/ActivityChooserView;->mListPopupWindow:Landroid/widget/ListPopupWindow;