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 D | water_flow_layout_utils.cpp | 132 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 D | water_flow_layout_algorithm.cpp | 96 auto matchChildren = GreaterOrEqualToInfinity(GetMainAxisSize(idealSize, axis)); in Measure() local 97 if (!matchChildren) { in Measure() 133 if (matchChildren) { in Measure()
|
H A D | water_flow_segmented_layout.cpp | 57 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 D | grid_scroll_layout_algorithm.h | 136 float mainSize, SizeF idealSize, bool matchChildren);
|
H A D | grid_scroll_layout_algorithm.cpp | 59 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 D | grid_irregular_layout_algorithm.cpp | 40 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 D | water_flow_layout_sw.cpp | 37 auto [size, matchChildren] = WaterFlowLayoutUtils::PreMeasureSelf(wrapper_, axis_); in Measure() 52 if (matchChildren) { in Measure()
|