Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp523 … bool isNeedAlignedPosition = ((attrKeyId == K_UNKNOWN) ? true : IsLayoutRelatedAttrs(attrKeyId)); in AdaptBoxSizing() local
524 if (isNeedAlignedPosition) { in AdaptBoxSizing()