Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_layout_algorithm.cpp208 const auto& childrenWrappers = layoutWrapper->GetAllChildrenWithBuild(); in MeasureChildrenBeforeAPI10() local
222 for (const auto& child : childrenWrappers) { in MeasureChildrenBeforeAPI10()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp110 const auto& childrenWrappers = layoutWrapper->GetAllChildrenWithBuild(); in DetermineTopologicalOrder() local
112 for (const auto& childrenWrapper : childrenWrappers) { in DetermineTopologicalOrder()
1048 const auto& childrenWrappers = layoutWrapper->GetAllChildrenWithBuild(); in CollectNodesById() local
1049 for (const auto& childWrapper : childrenWrappers) { in CollectNodesById()