static void dm_setModuleWidth(O module, int w) { Rect r = dm_getBounds(module); if (r == null) r = dm_defaultBoundsFor(module); r.w = w; dm_setBounds(module, w); }