Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp499 void GeometryTransition::AnimateWithSandBox(const OffsetF& inNodeParentPos, bool inNodeParentHasSca… in AnimateWithSandBox() argument
512 inRenderContext->SetSandBox(inNodeParentPos); in AnimateWithSandBox()
543 OffsetF inNodeParentPos; in OnReSync() local
547 inNodeParentPos = val; in OnReSync()
551 inNode->GetTransformRectRelativeToWindow() : GetNodeAbsFrameRect(inNode, inNodeParentPos); in OnReSync()
573 AnimateWithSandBox(inNodeParentPos, inNodeParentHasScales, propertyCallback, animOption); in OnReSync()
H A Dgeometry_transition.h83 void AnimateWithSandBox(const OffsetF& inNodeParentPos, bool inNodeParentHasScales,