sbool rectHigherThanWide(Rect r) { ret r != null && r.h > r.w; }