Home
last modified time | relevance | path

Searched refs:getAnchorView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsPopupMenu.java85 setVerticalOffset(-getAnchorView().getHeight() / 2); in show()
114 if (getAnchorView().getLayoutDirection() == LayoutDirection.LTR) { in show()
115 setHorizontalOffset(getAnchorView().getWidth() - mGlobalActionsSidePadding - width); in show()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java423 public @Nullable View getAnchorView() { in getAnchorView() method in ListPopupWindow
646 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()
1151 View view = getAnchorView(); in buildDropDown()
1272 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations); in buildDropDown()
DAutoCompleteTextView.java1320 if (mPopup.getAnchorView() == null) { in showDropDown()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37736 method public android.view.View getAnchorView();
/frameworks/base/core/api/
Dcurrent.txt59615 method @Nullable public android.view.View getAnchorView();