/frameworks/support/compat/java/android/support/v4/widget/ |
D | PopupWindowCompat.java | 42 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/ |
D | AppCompatPopupWindow.java | 88 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);
|
D | ListPopupWindow.java | 733 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 175 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/ |
D | PopupWindow.java | 1218 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
|
D | ListPopupWindow.java | 695 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
|
D | Editor.java | 491 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY()); in showError()
|
/frameworks/support/api/ |
D | 22.0.0.txt | 4064 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 22.1.0.txt | 4460 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 22.2.0.txt | 4874 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 22.2.1.txt | 4903 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 25.1.0.txt | 7702 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 25.0.0.txt | 7291 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.0.0.txt | 5671 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 25.2.0.txt | 7702 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 24.2.0.txt | 7223 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 26.0.0-alpha1.txt | 8607 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.2.1.txt | 6358 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 25.3.0.txt | 8134 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.2.0.txt | 6358 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.1.1.txt | 5935 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 25.4.0.txt | 8212 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.4.0.txt | 6370 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.1.0.txt | 5972 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 24.0.0.txt | 6978 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|