Home | History | Annotate | Download | only in widget

Lines Matching refs:showAtLocation

994     public void showAtLocation(View parent, int gravity, int x, int y) {
995 showAtLocation(parent.getWindowToken(), gravity, x, y);
1007 * {@link #showAtLocation(View, int, int, int)} instead.
1009 public void showAtLocation(IBinder token, int gravity, int x, int y) {