Home
last modified time | relevance | path

Searched refs:rawConstraint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_utils.cpp406 const std::unique_ptr<MeasureProperty>& rawConstraint) in UpdateConstraintByRawConstraint() argument
408 if (rawConstraint->minSize) { in UpdateConstraintByRawConstraint()
409 if (!rawConstraint->minSize.value().Width()) { in UpdateConstraintByRawConstraint()
412 if (!rawConstraint->minSize.value().Height()) { in UpdateConstraintByRawConstraint()
418 if (rawConstraint->maxSize) { in UpdateConstraintByRawConstraint()
419 if (!rawConstraint->maxSize.value().Width()) { in UpdateConstraintByRawConstraint()
422 if (!rawConstraint->maxSize.value().Height()) { in UpdateConstraintByRawConstraint()
431 const std::unique_ptr<MeasureProperty>& rawConstraint) in ApplyConstraint() argument
435 if (rawConstraint) { in ApplyConstraint()
441 rawConstraint != nullptr); in ApplyConstraint()
[all …]
H A Dmeasure_utils.h136 bool needToConstrain = false, const std::unique_ptr<MeasureProperty>& rawConstraint = nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp867 const auto& rawConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in Measure() local
868 bool needToConstraint = CheckSetConstraint(rawConstraint) && children.empty(); in Measure()
874 rawConstraint).ConvertToSizeT(); in Measure()
950 CheckMainAxisSizeAuto(rawConstraint); in Measure()