Home
last modified time | relevance | path

Searched refs:CreateIdealSizeByPercentRef (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dmeasure_utils_test_ng.cpp1077 …OptionalSizeF optionResult = CreateIdealSizeByPercentRef(layoutConstraint, axis, MEASURE_TYPE_MATC…
1086 …optionResult = CreateIdealSizeByPercentRef(layoutConstraint, axis, MEASURE_TYPE_MATCH_PARENT, true…
1095 … optionResult = CreateIdealSizeByPercentRef(layoutConstraint, axis, MEASURE_TYPE_CROSS_AXIS, true);
1104 … optionResult = CreateIdealSizeByPercentRef(layoutConstraint, axis, MEASURE_TYPE_CROSS_AXIS, true);
1112 …optionResult = CreateIdealSizeByPercentRef(layoutConstraint, Axis::VERTICAL, MEASURE_TYPE_MAIN_AXI…
1121 …optionResult = CreateIdealSizeByPercentRef(layoutConstraint, Axis::HORIZONTAL, MEASURE_TYPE_MAIN_A…
1129 …optionResult = CreateIdealSizeByPercentRef(layoutConstraint, axis, MEASURE_TYPE_MATCH_CONTENT, fal…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp316 …auto parentSize = CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, MeasureType::M… in RangeCalculation()
386 …auto parentSize = CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, MeasureType::M… in CalculateNavigationWidth()
454 …auto parentSize = CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, MeasureType::M… in SizeCalculation()
481 auto parentSize = CreateIdealSizeByPercentRef( in SizeCalculationSplit()
621CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, MeasureType::MATCH_PARENT).Conve… in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.cpp63 CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in Measure()
420 CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in MeasureSideBar()
468 CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in MeasureDivider()
511 CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in MeasureSideBarContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_utils.h135 OptionalSizeF CreateIdealSizeByPercentRef(const LayoutConstraintF& layoutConstraint, Axis axis, Mea…
H A Dmeasure_utils.cpp444 OptionalSizeF CreateIdealSizeByPercentRef( in CreateIdealSizeByPercentRef() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp61 ? CreateIdealSizeByPercentRef(layoutConstraint.value(), Axis::HORIZONTAL, in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_layout_algorithm.cpp44 auto idealSize = CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_algorithm.cpp138 …auto size = CreateIdealSizeByPercentRef(layoutConstraint.value(), Axis::HORIZONTAL, MeasureType::M… in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp167 …contentIdealSize = CreateIdealSizeByPercentRef(contentConstraint, axis, MeasureType::MATCH_CONTENT… in Measure()
176 …contentIdealSize = CreateIdealSizeByPercentRef(contentConstraint, axis, MeasureType::MATCH_PARENT_… in Measure()
340 …auto contentIdealSize = CreateIdealSizeByPercentRef(contentConstraint, axis, MeasureType::MATCH_PA… in MeasureTabsCustomAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp88 …auto idealSize = CreateIdealSizeByPercentRef(layoutConstraint.value(), Axis::HORIZONTAL, MeasureTy… in DetermineTopologicalOrder()
131CreateIdealSizeByPercentRef(layoutConstraint.value(), Axis::FREE, MeasureType::MATCH_PARENT).Conve… in UpdateSizeWhenChildrenEmpty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp873 …auto realSize = CreateIdealSizeByPercentRef(layoutConstraint.value(), axis, measureType, needToCon… in Measure()