Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.h204 bool IsOutOfLayout() const override in IsOutOfLayout() function
H A Dlayout_wrapper.h183 virtual bool IsOutOfLayout() const in IsOutOfLayout() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp258 if (child->IsOutOfLayout()) { in TravelChildrenFlexProps()
990 if (child->IsOutOfLayout() || in AdjustTotalAllocatedSize()
1046 if (!child->IsOutOfLayout() && child->IsActive()) { in Layout()
1091 if (child->IsOutOfLayout() || !child->IsActive()) { in PlaceChildren()
H A Dwrap_layout_algorithm.cpp137 if (item->IsOutOfLayout()) { in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h815 bool IsOutOfLayout() const override in IsOutOfLayout() function