Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/coverage/
H A Drender_coverage.cpp52 LayoutParam secondChildLayoutParam; in PerformLayout() local
53 secondChildLayoutParam.SetMaxSize(size); in PerformLayout()
54 (*secondChild)->Layout(secondChildLayoutParam); in PerformLayout()