static Rect growRectUpwards(Rect r, int pixels) { ret growRectTop(r, pixels); } static Rect growRectUpwards(int pixels, Rect r) { ret growRectTop(r, pixels); }