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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java781 public void showAsDropDown(View anchor) { method in class:PopupWindow
782 showAsDropDown(anchor, 0, 0);
799 public void showAsDropDown(View anchor, int xoff, int yoff) { method in class:PopupWindow
849 * by this method is meaningful only after {@link #showAsDropDown(android.view.View)}
850 * or {@link #showAsDropDown(android.view.View, int, int)} was invoked.
1128 * {@link #showAsDropDown(android.view.View)} has been executed. Failing that, calling
1131 * @see #showAsDropDown(android.view.View)

Completed in 47 milliseconds