/frameworks/support/v4/java/android/support/v4/widget/ |
D | PopupWindowCompat.java | 32 void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, int gravity); in showAsDropDown() method 44 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat.BasePopupWindowImpl 46 popup.showAsDropDown(anchor, xoff, yoff); in showAsDropDown() 90 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat.KitKatPopupWindowImpl 92 PopupWindowCompatKitKat.showAsDropDown(popup, anchor, xoff, yoff, gravity); in showAsDropDown() 169 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat 171 IMPL.showAsDropDown(popup, anchor, xoff, yoff, gravity); in showAsDropDown()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | AppCompatPopupWindow.java | 63 public void showAsDropDown(View anchor, int xoff, int yoff) { 68 super.showAsDropDown(anchor, xoff, yoff); 73 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { 78 super.showAsDropDown(anchor, xoff, yoff, gravity);
|
/frameworks/support/v4/kitkat/android/support/v4/widget/ |
D | PopupWindowCompatKitKat.java | 28 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompatKitKat 30 popup.showAsDropDown(anchor, xoff, yoff, gravity); in showAsDropDown()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1047 public void showAsDropDown(View anchor) { in showAsDropDown() method in PopupWindow 1048 showAsDropDown(anchor, 0, 0); in showAsDropDown() 1068 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() method in PopupWindow 1069 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY); in showAsDropDown() 1092 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in PopupWindow
|
D | ListPopupWindow.java | 658 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
|
D | Editor.java | 445 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY()); in showError()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 654 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show()
|
/frameworks/support/v4/api/ |
D | 22.0.0.txt | 2622 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 22.1.0.txt | 2876 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 22.2.1.txt | 2952 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 22.2.0.txt | 2951 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.txt | 3241 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | current.txt | 3247 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
/frameworks/base/api/ |
D | current.txt | 40742 method public void showAsDropDown(android.view.View); 40743 method public void showAsDropDown(android.view.View, int, int); 40744 method public void showAsDropDown(android.view.View, int, int, int);
|
D | system-current.txt | 43348 method public void showAsDropDown(android.view.View); 43349 method public void showAsDropDown(android.view.View, int, int); 43350 method public void showAsDropDown(android.view.View, int, int, int);
|