Home
last modified time | relevance | path

Searched refs:matchChildren (Results 1 – 7 of 7) 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
133 if (!matchChildren) { in PreMeasureSelf()
138 return { size, matchChildren }; in PreMeasureSelf()
/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
97 if (!matchChildren) { in Measure()
133 if (matchChildren) { in Measure()
H A Dwater_flow_segmented_layout.cpp57 auto [idealSize, matchChildren] = WaterFlowLayoutUtils::PreMeasureSelf(wrapper_, axis_); in Measure()
73 if (matchChildren) { in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h136 float mainSize, SizeF idealSize, bool matchChildren);
H A Dgrid_scroll_layout_algorithm.cpp59 bool matchChildren = GreaterOrEqualToInfinity(GetMainAxisSize(frameSize_, axis)); in Measure() local
90 AdaptToChildMainSize(layoutWrapper, gridLayoutProperty, mainSize, frameSize_, matchChildren); in Measure()
160 …efPtr<GridLayoutProperty>& gridLayoutProperty, float mainSize, SizeF idealSize, bool matchChildren) in AdaptToChildMainSize() argument
162 if (!matchChildren) { in AdaptToChildMainSize()
/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
59 if (matchChildren) { in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp37 auto [size, matchChildren] = WaterFlowLayoutUtils::PreMeasureSelf(wrapper_, axis_); in Measure()
52 if (matchChildren) { in Measure()