Home
last modified time | relevance | path

Searched refs:EqualWithoutPercentWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.h108 bool EqualWithoutPercentWidth(const LayoutConstraintT& layoutConstraint) const in EqualWithoutPercentWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1431 return (layout.EqualWithoutPercentWidth(preLayoutConstraint.value()) && in ConstraintEqual()
1432 content.EqualWithoutPercentWidth(preContentConstraint.value())); in ConstraintEqual()