Searched defs:getAnchorView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java320 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
414 public @Nullable View getAnchorView() { method in class:ListPopupWindow
620 if (!getAnchorView().isAttachedToWindow()) {
630 widthSpec = getAnchorView().getWidth();
657 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
667 widthSpec = getAnchorView().getWidth();
696 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset,
1112 View view = getAnchorView();
1233 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DListPopupWindow.java357 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
453 public @Nullable View getAnchorView() { method in class:ListPopupWindow
653 if (!ViewCompat.isAttachedToWindow(getAnchorView())) {
663 widthSpec = getAnchorView().getWidth();
690 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
699 widthSpec = getAnchorView().getWidth();
734 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset,
1151 View view = getAnchorView();
1274 final int maxHeight = getMaxAvailableHeight(getAnchorView(), mDropDownVerticalOffset,

Completed in 73 milliseconds