Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp319 auto activeFrameRect = isNodeIn ? RectF(targetPos - parentPos, inNodeActiveFrameSize_) : in SyncGeometry() local
325 renderContext->SetFrameWithoutAnimation(activeFrameRect); in SyncGeometry()
345 renderContext->SyncGeometryProperties(activeFrameRect); in SyncGeometry()
377 …self->GetId(), parentPos.ToString().c_str(), targetPos.ToString().c_str(), activeFrameRect.ToStrin… in SyncGeometry()
561 …auto activeFrameRect = RectF(inNodeAbsRect.GetOffset() - outNodeParentPos_, inNodeAbsRect.GetSize(… in OnReSync() local
562 outRenderContext->SyncGeometryProperties(activeFrameRect); in OnReSync()