Searched refs:zeroLayout (Results 1 – 1 of 1) sorted by relevance
357 LayoutParam zeroLayout; in DisableChild() local358 zeroLayout.SetMinSize(Size(0.0, 0.0)); in DisableChild()359 zeroLayout.SetMaxSize(Size(0.0, 0.0)); in DisableChild()360 child->Layout(zeroLayout); in DisableChild()