Home | History | Annotate | Download | only in widget

Lines Matching refs:showAtLocation

810     public void showAtLocation(View parent, int gravity, int x, int y) {
811 showAtLocation(parent.getWindowToken(), gravity, x, y);
823 * {@link #showAtLocation(View, int, int, int)} instead.
825 public void showAtLocation(IBinder token, int gravity, int x, int y) {