Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.cpp328 auto& selfAccumulateExpand = geometryNode->GetAccumulatedSafeAreaExpand(); in AccumulateExpandCacheHit() local
329 CHECK_NULL_RETURN(selfAccumulateExpand, false); in AccumulateExpandCacheHit()
334 CHECK_NULL_RETURN(selfAccumulateExpand->OptionalValueCover(totalExpand), false); in AccumulateExpandCacheHit()
342 …totalExpand.Plus(*(selfAccumulateExpand.get()), totalExpand.Empty() && host->GetTag() == V2::PAGE_… in AccumulateExpandCacheHit()