Searched refs:getAnchorView (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java356 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
452 public @Nullable View getAnchorView() { method in class:ListPopupWindow
652 if (!ViewCompat.isAttachedToWindow(getAnchorView())) {
662 widthSpec = getAnchorView().getWidth();
689 mPopup.update(getAnchorView(), mDropDownHorizontalOffset,
698 widthSpec = getAnchorView().getWidth();
733 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset,
1150 View view = getAnchorView();
1273 final int maxHeight = getMaxAvailableHeight(getAnchorView(), mDropDownVerticalOffset,
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DListPopupWindowTest.java138 assertEquals("Popup window anchor", mButton, mListPopupWindow.getAnchorView());
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java1205 if (mPopup.getAnchorView() == null) {
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,
666 widthSpec = getAnchorView().getWidth();
695 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset,
1110 View view = getAnchorView();
1231 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);

Completed in 141 milliseconds