Searched refs:getAnchorView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java314 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
408 public View getAnchorView() { method in class:ListPopupWindow
582 widthSpec = getAnchorView().getWidth();
609 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
616 mPopup.setWidth(getAnchorView().getWidth());
639 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset,
1045 View view = getAnchorView();
1157 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);
H A DAutoCompleteTextView.java1093 if (mPopup.getAnchorView() == null) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java331 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
424 public View getAnchorView() { method in class:ListPopupWindow
597 widthSpec = getAnchorView().getWidth();
624 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
631 mPopup.setWidth(getAnchorView().getWidth());
654 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset,
1063 View view = getAnchorView();
1175 getAnchorView(), mDropDownVerticalOffset /*, ignoreBottomDecorations*/);

Completed in 753 milliseconds