Home | History | Annotate | Download | only in widget

Lines Matching defs:showAsDropDown

702     public void showAsDropDown(View anchor) {
703 showAsDropDown(anchor, 0, 0);
720 public void showAsDropDown(View anchor, int xoff, int yoff) {
770 * by this method is meaningful only after {@link #showAsDropDown(android.view.View)}
771 * or {@link #showAsDropDown(android.view.View, int, int)} was invoked.
1042 * {@link #showAsDropDown(android.view.View)} has been executed. Failing that, calling
1045 * @see #showAsDropDown(android.view.View)