Home
last modified time | relevance | path

Searched refs:showAsDropDown (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatPopupWindow.java63 public void showAsDropDown(View anchor, int xoff, int yoff) {
68 super.showAsDropDown(anchor, xoff, yoff);
72 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) {
77 super.showAsDropDown(anchor, xoff, yoff, gravity);
DListPopupWindow.java734 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show()
/frameworks/support/compat/src/main/java/androidx/core/widget/
DPopupWindowCompat.java66 public static void showAsDropDown(@NonNull PopupWindow popup, @NonNull View anchor, in showAsDropDown() method in PopupWindowCompat
69 popup.showAsDropDown(anchor, xoff, yoff, gravity); in showAsDropDown()
79 popup.showAsDropDown(anchor, xoff1, yoff); in showAsDropDown()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java232 showAsDropDown(actualAnchor, offsetX, offsetY); in update()
263 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in AutofillPopupWindow
/frameworks/base/core/java/android/widget/
DPopupWindow.java1218 public void showAsDropDown(View anchor) { in showAsDropDown() method in PopupWindow
1219 showAsDropDown(anchor, 0, 0); in showAsDropDown()
1239 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() method in PopupWindow
1240 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY); in showAsDropDown()
1263 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in PopupWindow
DListPopupWindow.java696 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
DEditor.java565 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY(), in showError()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DMediaControlView2Impl.java1412 mSettingsWindow.showAsDropDown(mInstance, mSettingsWindowMargin, in displaySettingsWindow()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
DMediaControlView2.java1553 mSettingsWindow.showAsDropDown(this, mSettingsWindowMargin, in displaySettingsWindow()
/frameworks/support/compat/api_legacy/
D26.0.0.txt2335 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D27.0.0.txt2314 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D26.1.0.txt2335 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
Dcurrent.txt2524 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D27.1.0.txt2368 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D28.0.0-alpha1.txt2522 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
/frameworks/support/compat/api/
Dcurrent.txt2692 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
/frameworks/support/api/
D22.0.0.txt4064 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D22.1.0.txt4460 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D22.2.0.txt4874 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D22.2.1.txt4903 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D25.1.0.txt7702 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D25.2.0.txt7702 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D25.0.0.txt7291 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.0.0.txt5671 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D24.2.0.txt7223 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …

12