Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h116 std::list<RefPtr<LayoutWrapper>> outOfLayoutChildren_; variable
H A Dwrap_layout_algorithm.h142 std::list<RefPtr<LayoutWrapper>> outOfLayoutChildren_; variable
H A Dwrap_layout_algorithm.cpp88 outOfLayoutChildren_.clear(); in Measure()
138 outOfLayoutChildren_.emplace_back(item); in Measure()
H A Dflex_layout_algorithm.cpp250 outOfLayoutChildren_.clear(); in TravelChildrenFlexProps()
259 outOfLayoutChildren_.emplace_back(child); in TravelChildrenFlexProps()
319 for (const auto& child : outOfLayoutChildren_) { in MeasureOutOfLayoutChildren()