Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1422 bool isNeedPercent = false; in ConstraintEqual() local
1426 isNeedPercent = pattern ? pattern->IsNeedPercent() : false; in ConstraintEqual()
1430 …if (!isNeedPercent && GreaterOrEqualToInfinity(layout.maxSize.Width()) && !widthPercentSensitive_)… in ConstraintEqual()
1434 …if (!isNeedPercent && GreaterOrEqualToInfinity(layout.maxSize.Height()) && !heightPercentSensitive… in ConstraintEqual()