Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActivityChooserView.java159 private ListPopupWindow mListPopupWindow; field in ActivityChooserView
505 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()
/frameworks/base/core/java/android/widget/
DActivityChooserView.java155 private ListPopupWindow mListPopupWindow; field in ActivityChooserView
528 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()