static Rect growRectBottom(Rect r, int pixels) { ret new Rect(r.x, r.y, r.w, r.h+pixels); }