Searched refs:mainPercentRefer (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 314 auto mainPercentRefer = GetMainAxisSize(contentConstraint.percentReference, axis); in CalculateLanes() local 319 …ToPx(layoutProperty->GetLaneMinLength().value(), layoutConstraint.scaleProperty, mainPercentRefer); in CalculateLanes() 323 …ToPx(layoutProperty->GetLaneMaxLength().value(), layoutConstraint.scaleProperty, mainPercentRefer); in CalculateLanes()
|
H A D | list_item_group_layout_algorithm.cpp | 71 auto mainPercentRefer = GetMainAxisSize(contentConstraint.percentReference, axis_); in Measure() local 86 spaceWidth_ = ConvertToPx(space, layoutConstraint.scaleProperty, mainPercentRefer).value_or(0); in Measure()
|
H A D | list_layout_algorithm.cpp | 152 auto mainPercentRefer = GetMainAxisSize(childLayoutConstraint_.percentReference, axis_); in Measure() local 154 … spaceWidth_ = ConvertToPx(space, layoutConstraint.scaleProperty, mainPercentRefer).value_or(0); in Measure()
|