Searched defs:mListPopupWindow (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java155 private ListPopupWindow mListPopupWindow; field in class:ActivityChooserView
528 if (mListPopupWindow == null) {
529 mListPopupWindow = new ListPopupWindow(getContext());
530 mListPopupWindow.setAdapter(mAdapter);
531 mListPopupWindow.setAnchorView(ActivityChooserView.this);
532 mListPopupWindow.setModal(true);
533 mListPopupWindow.setOnItemClickListener(mCallbacks);
534 mListPopupWindow.setOnDismissListener(mCallbacks);
536 return mListPopupWindow;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java159 private ListPopupWindow mListPopupWindow; field in class:ActivityChooserView
505 if (mListPopupWindow == null) {
506 mListPopupWindow = new ListPopupWindow(getContext());
507 mListPopupWindow.setAdapter(mAdapter);
508 mListPopupWindow.setAnchorView(ActivityChooserView.this);
509 mListPopupWindow.setModal(true);
510 mListPopupWindow.setOnItemClickListener(mCallbacks);
511 mListPopupWindow.setOnDismissListener(mCallbacks);
513 return mListPopupWindow;

Completed in 40 milliseconds