/frameworks/support/v4/java/android/support/v4/widget/ |
D | PopupWindowCompat.java | 35 void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, int gravity); in showAsDropDown() method 47 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat.BasePopupWindowImpl 56 popup.showAsDropDown(anchor, xoff, yoff); in showAsDropDown() 100 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat.KitKatPopupWindowImpl 102 PopupWindowCompatKitKat.showAsDropDown(popup, anchor, xoff, yoff, gravity); in showAsDropDown() 179 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat 181 IMPL.showAsDropDown(popup, anchor, xoff, yoff, gravity); in showAsDropDown()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | AppCompatPopupWindow.java | 89 public void showAsDropDown(View anchor, int xoff, int yoff) { 94 super.showAsDropDown(anchor, xoff, yoff); 99 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { 104 super.showAsDropDown(anchor, xoff, yoff, gravity);
|
D | ListPopupWindow.java | 715 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show()
|
/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 | 1171 public void showAsDropDown(View anchor) { in showAsDropDown() method in PopupWindow 1172 showAsDropDown(anchor, 0, 0); in showAsDropDown() 1192 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() method in PopupWindow 1193 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY); in showAsDropDown() 1216 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in PopupWindow
|
D | ListPopupWindow.java | 671 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
|
D | Editor.java | 468 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY()); in showError()
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 2876 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 22.0.0.txt | 2622 …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 | 22.2.1.txt | 2952 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.1.1.txt | 3238 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.1.0.txt | 3278 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | 23.0.0.txt | 3241 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
D | current.txt | 3511 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
|
/frameworks/opt/setupwizard/tools/docs/ |
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);
|
/frameworks/base/api/ |
D | system-current.txt | 50482 method public void showAsDropDown(android.view.View); 50483 method public void showAsDropDown(android.view.View, int, int); 50484 method public void showAsDropDown(android.view.View, int, int, int);
|
D | current.txt | 47125 method public void showAsDropDown(android.view.View); 47126 method public void showAsDropDown(android.view.View, int, int); 47127 method public void showAsDropDown(android.view.View, int, int, int);
|
D | test-current.txt | 47204 method public void showAsDropDown(android.view.View); 47205 method public void showAsDropDown(android.view.View, int, int); 47206 method public void showAsDropDown(android.view.View, int, int, int);
|