Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h531 bool IsLayoutRelatedAttrs(uint16_t attrKeyId) const;
H A Dcomponent.cpp452 bool Component::IsLayoutRelatedAttrs(uint16_t attrKeyId) const in IsLayoutRelatedAttrs() function in OHOS::ACELite::Component
523 … bool isNeedAlignedPosition = ((attrKeyId == K_UNKNOWN) ? true : IsLayoutRelatedAttrs(attrKeyId)); in AdaptBoxSizing()
1349 if (IsLayoutRelatedAttrs(attrKeyId)) { in InvalidateIfNeeded()