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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java277 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless of the
366 public View getAnchorView() { method in class:ListPopupWindow
527 widthSpec = getAnchorView().getWidth();
554 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
561 mPopup.setWidth(getAnchorView().getWidth());
583 mPopup.showAsDropDown(getAnchorView(),
925 View view = getAnchorView();
1037 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java300 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
394 public View getAnchorView() { method in class:ListPopupWindow
568 widthSpec = getAnchorView().getWidth();
595 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
602 mPopup.setWidth(getAnchorView().getWidth());
625 mPopup.showAsDropDown(getAnchorView(),
1031 View view = getAnchorView();
1143 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);

Completed in 49 milliseconds