Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DPopupWindowCompat.java32 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/
DAppCompatPopupWindow.java63 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/
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.java1047 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
DListPopupWindow.java658 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
DEditor.java445 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY()); in showError()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java654 PopupWindowCompat.showAsDropDown(mPopup, getAnchorView(), mDropDownHorizontalOffset, in show()
/frameworks/support/v4/api/
D22.0.0.txt2622 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D22.1.0.txt2876 …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, …
D22.2.0.txt2951 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
D23.txt3241 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
Dcurrent.txt3247 …method public static void showAsDropDown(android.widget.PopupWindow, android.view.View, int, int, …
/frameworks/base/api/
Dcurrent.txt40742 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);
Dsystem-current.txt43348 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);