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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java288 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
382 public View getAnchorView() { method in class:ListPopupWindow
546 widthSpec = getAnchorView().getWidth();
573 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
580 mPopup.setWidth(getAnchorView().getWidth());
603 mPopup.showAsDropDown(getAnchorView(),
987 View view = getAnchorView();
1099 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);
H A DAutoCompleteTextView.java1084 if (mPopup.getAnchorView() == null) {
/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);

Completed in 64 milliseconds