Searched defs:showAsDropDown (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java864 public void showAsDropDown(View anchor) { method in class:PopupWindow
865 showAsDropDown(anchor, 0, 0);
884 public void showAsDropDown(View anchor, int xoff, int yoff) { method in class:PopupWindow
885 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY);
905 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { method in class:PopupWindow
955 * by this method is meaningful only after {@link #showAsDropDown(android.view.View)}
956 * or {@link #showAsDropDown(android.view.View, int, int)} was invoked.
1296 * {@link #showAsDropDown(android.view.View)} has been executed. Failing that, calling
1299 * @see #showAsDropDown(android.view.View)
1511 // No need to register again if this is a DropDown, showAsDropDown alread
[all...]

Completed in 198 milliseconds