Searched refs:getAnchorView (Results 1 – 5 of 5) sorted by relevance
84 setVerticalOffset(-getAnchorView().getHeight() / 2); in show()108 if (getAnchorView().getLayoutDirection() == LayoutDirection.LTR) { in show()109 setHorizontalOffset(getAnchorView().getWidth() - mGlobalActionsSidePadding - width); in show()
423 public @Nullable View getAnchorView() { in getAnchorView() method in ListPopupWindow646 if (!getAnchorView().isAttachedToWindow()) { in show()656 widthSpec = getAnchorView().getWidth(); in show()683 mPopup.update(getAnchorView(), mDropDownHorizontalOffset, in show()693 widthSpec = getAnchorView().getWidth(); in show()722 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()1150 View view = getAnchorView(); in buildDropDown()1271 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations); in buildDropDown()
1305 if (mPopup.getAnchorView() == null) { in showDropDown()
55006 method @Nullable public android.view.View getAnchorView();
37736 method public android.view.View getAnchorView();