Searched refs:mListPopupWindow (Results 1 – 2 of 2) sorted by relevance
158 private ListPopupWindow mListPopupWindow; field in ActivityChooserView535 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()
86370 Landroid/widget/ActivityChooserView;->mListPopupWindow:Landroid/widget/ListPopupWindow;