Home
last modified time | relevance | path

Searched refs:fMax_y (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp246 float fMax_x = 0.0f, fMax_y = 0.0f; in ResizeAroundChildren() local
254 fMax_y = std::max(fMax_y, r.bottom); in ResizeAroundChildren()
259 fMax_y += margin.y; in ResizeAroundChildren()
260 view.ResizeTo(fMax_x, fMax_y); in ResizeAroundChildren()