HomeSort by relevance Sort by last modified time
    Searched defs:mListPopupWindow (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 154 private ListPopupWindow mListPopupWindow;
527 if (mListPopupWindow == null) {
528 mListPopupWindow = new ListPopupWindow(getContext());
529 mListPopupWindow.setAdapter(mAdapter);
530 mListPopupWindow.setAnchorView(ActivityChooserView.this);
531 mListPopupWindow.setModal(true);
532 mListPopupWindow.setOnItemClickListener(mCallbacks);
533 mListPopupWindow.setOnDismissListener(mCallbacks);
535 return mListPopupWindow;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 157 private ListPopupWindow mListPopupWindow;
484 if (mListPopupWindow == null) {
485 mListPopupWindow = new ListPopupWindow(getContext());
486 mListPopupWindow.setAdapter(mAdapter);
487 mListPopupWindow.setAnchorView(ActivityChooserView.this);
488 mListPopupWindow.setModal(true);
489 mListPopupWindow.setOnItemClickListener(mCallbacks);
490 mListPopupWindow.setOnDismissListener(mCallbacks);
492 return mListPopupWindow;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 35 milliseconds