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.java84 setVerticalOffset(-getAnchorView().getHeight() / 2); in show()
108 if (getAnchorView().getLayoutDirection() == LayoutDirection.LTR) { in show()
109 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()
1150 View view = getAnchorView(); in buildDropDown()
1271 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations); in buildDropDown()
DAutoCompleteTextView.java1305 if (mPopup.getAnchorView() == null) { in showDropDown()
/frameworks/base/core/api/
Dcurrent.txt55006 method @Nullable public android.view.View getAnchorView();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37736 method public android.view.View getAnchorView();