Home
last modified time | relevance | path

Searched defs:matchChildren (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp132 auto matchChildren = GreaterOrEqualToInfinity(GetMainAxisSize(size, axis)); in PreMeasureSelf() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp96 auto matchChildren = GreaterOrEqualToInfinity(GetMainAxisSize(idealSize, axis)); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp40 bool matchChildren = GreaterOrEqualToInfinity(mainSize); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp59 bool matchChildren = GreaterOrEqualToInfinity(GetMainAxisSize(frameSize_, axis)); in Measure() local
160 …efPtr<GridLayoutProperty>& gridLayoutProperty, float mainSize, SizeF idealSize, bool matchChildren) in AdaptToChildMainSize()