/aosp12/frameworks/base/core/java/com/android/internal/view/inline/ |
H A D | InlineTooltipUi.java | 131 showAsDropDown(anchor, 0 , offsetY, Gravity.TOP | Gravity.CENTER_HORIZONTAL); in update() 149 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in InlineTooltipUi
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 234 showAsDropDown(actualAnchor, offsetX, offsetY); in update() 265 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in AutofillPopupWindow
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | PopupWindow.java | 1357 public void showAsDropDown(View anchor) { in showAsDropDown() method in PopupWindow 1358 showAsDropDown(anchor, 0, 0); in showAsDropDown() 1378 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() method in PopupWindow 1379 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY); in showAsDropDown() 1402 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in PopupWindow
|
H A D | ListPopupWindow.java | 722 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
|
H A D | Editor.java | 786 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY(), in showError()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | PopupList.java | 134 mPopupWindow.showAsDropDown(mAnchorView, mPopupOffsetX, mPopupOffsetY); in show()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | ButtonDropTarget.java | 148 mToolTip.showAsDropDown(this, x, y); in onDragEnter()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | SnackBarManager.java | 199 mPopupWindow.showAsDropDown(anchorView, 0, getRelativeOffset(snackBar)); in show()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
H A D | StatusIconPanelController.java | 300 mPanel.showAsDropDown(mAnchorView, xOffset, yOffset, gravity); in attachPanel()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 55447 method public void showAsDropDown(android.view.View); 55448 method public void showAsDropDown(android.view.View, int, int); 55449 method public void showAsDropDown(android.view.View, int, int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 38015 method public void showAsDropDown(android.view.View); 38016 method public void showAsDropDown(android.view.View, int, int); 38017 method public void showAsDropDown(android.view.View, int, int, int);
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 20463 HSPLandroid/widget/PopupWindow;->showAsDropDown(Landroid/view/View;III)V
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 20510 HSPLandroid/widget/PopupWindow;->showAsDropDown(Landroid/view/View;III)V
|