Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp357 LayoutParam zeroLayout; in DisableChild() local
358 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()