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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java861 public void showAsDropDown(View anchor) { method in class:PopupWindow
862 showAsDropDown(anchor, 0, 0);
879 public void showAsDropDown(View anchor, int xoff, int yoff) { method in class:PopupWindow
929 * by this method is meaningful only after {@link #showAsDropDown(android.view.View)}
930 * or {@link #showAsDropDown(android.view.View, int, int)} was invoked.
1258 * {@link #showAsDropDown(android.view.View)} has been executed. Failing that, calling
1261 * @see #showAsDropDown(android.view.View)
1473 // No need to register again if this is a DropDown, showAsDropDown already did.

Completed in 38 milliseconds