Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsPopupMenu.java85 setVerticalOffset(-getAnchorView().getHeight() / 2); in show()
114 if (getAnchorView().getLayoutDirection() == LayoutDirection.LTR) { in show()
115 setHorizontalOffset(getAnchorView().getWidth() - mGlobalActionsSidePadding - width); in show()
/aosp14/frameworks/base/core/java/android/widget/
H A 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()
H A DAutoCompleteTextView.java1320 if (mPopup.getAnchorView() == null) { in showDropDown()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt58982 method @Nullable public android.view.View getAnchorView();