Searched refs:mListPopupWindow (Results 1 – 2 of 2) sorted by relevance
159 private ListPopupWindow mListPopupWindow; field in ActivityChooserView505 if (mListPopupWindow == null) { in getListPopupWindow()506 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()507 mListPopupWindow.setAdapter(mAdapter); in getListPopupWindow()508 mListPopupWindow.setAnchorView(ActivityChooserView.this); in getListPopupWindow()509 mListPopupWindow.setModal(true); in getListPopupWindow()510 mListPopupWindow.setOnItemClickListener(mCallbacks); in getListPopupWindow()511 mListPopupWindow.setOnDismissListener(mCallbacks); in getListPopupWindow()513 return mListPopupWindow; in getListPopupWindow()
155 private ListPopupWindow mListPopupWindow; field in ActivityChooserView528 if (mListPopupWindow == null) { in getListPopupWindow()529 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()530 mListPopupWindow.setAdapter(mAdapter); in getListPopupWindow()531 mListPopupWindow.setAnchorView(ActivityChooserView.this); in getListPopupWindow()532 mListPopupWindow.setModal(true); in getListPopupWindow()533 mListPopupWindow.setOnItemClickListener(mCallbacks); in getListPopupWindow()534 mListPopupWindow.setOnDismissListener(mCallbacks); in getListPopupWindow()536 return mListPopupWindow; in getListPopupWindow()