Home | History | Annotate | Download | only in widget

Lines Matching defs:showAsDropDown

1218     public void showAsDropDown(View anchor) {
1219 showAsDropDown(anchor, 0, 0);
1239 public void showAsDropDown(View anchor, int xoff, int yoff) {
1240 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY);
1263 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) {
1315 * by this method is meaningful only after {@link #showAsDropDown(android.view.View)}
1316 * or {@link #showAsDropDown(android.view.View, int, int)} was invoked.
1874 * {@link #showAsDropDown(android.view.View)} has been executed. Failing
1877 * @see #showAsDropDown(android.view.View)
2252 // No need to register again if this is a DropDown, showAsDropDown already did.