void updateLayout(double x, double y, double w, double h) { _x = x; _y = y; _width = w; _height = h; _hasUpdateLayout = true; }