Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interactive_implict_animator.cpp37 auto animation = node->GetAnimationManager().GetAnimation(animationId); in AddAnimations()
56 auto animation = node->GetAnimationManager().GetAnimation(animationId); in PauseAnimator()
75 auto animation = node->GetAnimationManager().GetAnimation(animationId); in ContinueAnimator()
96 auto animation = node->GetAnimationManager().GetAnimation(animationId); in FinishAnimator()
115 auto animation = node->GetAnimationManager().GetAnimation(animationId); in ReverseAnimator()
135 auto animation = node->GetAnimationManager().GetAnimation(animationId); in SetFractionAnimator()
H A Drs_render_particle_animation.cpp128 auto particleAnimations = target->GetAnimationManager().GetParticleAnimations(); in OnAttach()
132 target->GetAnimationManager().RemoveAnimation(pair.second); in OnAttach()
133 target->GetAnimationManager().UnregisterParticleAnimation(pair.first, pair.second); in OnAttach()
136 target->GetAnimationManager().RegisterParticleAnimation(GetPropertyId(), GetAnimationId()); in OnAttach()
152 target->GetAnimationManager().UnregisterParticleAnimation(propertyId, id); in OnDetach()
H A Drs_render_path_animation.cpp244 auto prevAnimation = target->GetAnimationManager().QueryPathAnimation(propertyId); in OnAttach()
245 target->GetAnimationManager().RegisterPathAnimation(propertyId, GetAnimationId()); in OnAttach()
265 target->GetAnimationManager().UnregisterPathAnimation(propertyId, id); in OnDetach()
H A Drs_render_spring_animation.cpp185 auto prevAnimation = target->GetAnimationManager().QuerySpringAnimation(propertyId); in OnAttach()
186 target->GetAnimationManager().RegisterSpringAnimation(propertyId, GetAnimationId()); in OnAttach()
247 target->GetAnimationManager().UnregisterSpringAnimation(propertyId, id); in OnDetach()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interactive_implict_animator_test.cpp72 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation);
115 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation);
158 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation);
201 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation);
244 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation);
287 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp64 node->GetAnimationManager().AddAnimation(animation); in CreateAnimation()
89 node->GetAnimationManager().AddAnimation(animation); in CreateParticleAnimation()
109 auto& animationManager = node->GetAnimationManager(); in CancelAnimation()
H A Drs_node_showing_command.cpp91 auto& animationManager = node->GetAnimationManager(); in Process()
159 node->GetAnimationManager().AttemptCancelAnimationByAnimationId(animations); in Process()
219 auto animation = node->GetAnimationManager().GetAnimation(animationId_); in Process()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h82 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOp()
95 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOpReg()
110 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOp()
H A Drs_node_command.h110 node->GetAnimationManager().CancelAnimationByPropertyId(id); in UpdateModifier()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp146 target->GetAnimationManager().FilterAnimationByPid(pid_of_this_node); in CleanUp()
H A Drs_render_node_map.cpp254 subIter->second->GetAnimationManager().FilterAnimationByPid(pid); in FilterNodeByPid()
292 fallbackNode->GetAnimationManager().FilterAnimationByPid(pid); in FilterNodeByPid()
H A Drs_render_node.cpp3682 RSAnimationManager& RSRenderNode::GetAnimationManager() in GetAnimationManager() function in OHOS::Rosen::RSRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp340 fallbackNode->GetAnimationManager().FilterAnimationByPid(pid); in FilterForPlayback()
364 FilterAnimationForPlayback(fallbackNode->GetAnimationManager()); in FilterMockNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h323 RSAnimationManager& GetAnimationManager();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1333 auto animation = renderNode->GetAnimationManager().GetParticleAnimation(); in SetEmitterUpdater()
1356 auto animation = renderNode->GetAnimationManager().GetParticleAnimation(); in SetParticleNoiseFields()