Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActivityChooserView.java143 getListPopupWindow().dismiss();
145 getListPopupWindow().show();
269 return getListPopupWindow(); in ActivityChooserView()
393 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked()
419 getListPopupWindow().dismiss(); in dismissPopup()
434 return getListPopupWindow().isShowing(); in isShowingPopup()
530 private ListPopupWindow getListPopupWindow() { in getListPopupWindow() method in ActivityChooserView
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActivityChooserView.java153 getListPopupWindow().dismiss();
155 getListPopupWindow().show();
260 return getListPopupWindow(); in ActivityChooserView()
385 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked()
411 getListPopupWindow().dismiss(); in dismissPopup()
426 return getListPopupWindow().isShowing(); in isShowingPopup()
522 ListPopupWindow getListPopupWindow() { in getListPopupWindow() method in ActivityChooserView