Home
last modified time | relevance | path

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

12

/frameworks/support/compat/java/android/support/v4/widget/
DPopupWindowCompat.java42 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat.PopupWindowCompatBaseImpl
51 popup.showAsDropDown(anchor, xoff, yoff); in showAsDropDown()
112 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat.PopupWindowCompatApi19Impl
114 popup.showAsDropDown(anchor, xoff, yoff, gravity); in showAsDropDown()
216 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat
218 IMPL.showAsDropDown(popup, anchor, xoff, yoff, gravity); in showAsDropDown()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatPopupWindow.java88 public void showAsDropDown(View anchor, int xoff, int yoff) {
93 super.showAsDropDown(anchor, xoff, yoff);
97 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) {
102 super.showAsDropDown(anchor, xoff, yoff, gravity);
DListPopupWindow.java733 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java175 showAsDropDown(actualAnchor, offsetX, offsetY); in update()
190 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.java695 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
DEditor.java491 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY()); in showError()
/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.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, …
D25.2.0.txt7702 …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, …
D26.0.0-alpha1.txt8607 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.2.1.txt6358 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D25.3.0.txt8134 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.2.0.txt6358 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.1.1.txt5935 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D25.4.0.txt8212 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.4.0.txt6370 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.1.0.txt5972 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D24.0.0.txt6978 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …

12