Home
last modified time | relevance | path

Searched defs:showAsDropDown (Results 1 – 3 of 3) 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
100 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat.KitKatPopupWindowImpl
179 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() method in PopupWindowCompat
/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
/frameworks/base/core/java/android/widget/
DPopupWindow.java1171 public void showAsDropDown(View anchor) { in showAsDropDown() method in PopupWindow
1192 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() method in PopupWindow
1216 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in PopupWindow