static Rect translateRectY(int y, Rect r) { ret translateRect(r, 0, y); } static Rect translateRectY(Rect r, int y) { ret translateRectY(y, r); }