Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DPopupWindowCompat.java35 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/
DAppCompatPopupWindow.java89 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);
DListPopupWindow.java715 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show()
/frameworks/support/v4/kitkat/android/support/v4/widget/
DPopupWindowCompatKitKat.java28 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/
DPopupWindow.java1171 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
DListPopupWindow.java671 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
DEditor.java468 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY()); in showError()
/frameworks/support/v4/api/
D22.1.0.txt2876 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D22.0.0.txt2622 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D22.2.0.txt2951 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D22.2.1.txt2952 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.1.1.txt3238 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.1.0.txt3278 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.0.0.txt3241 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
Dcurrent.txt3511 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38015 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/
Dsystem-current.txt50482 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);
Dcurrent.txt47125 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);
Dtest-current.txt47204 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);