Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interactive_implict_animator_test.cpp59 animator->AddAnimations(animations1);
65 animator->AddAnimations(animations2);
75 animator->AddAnimations(animations3);
93 animator->AddAnimations(animations1);
119 animator->AddAnimations(animations);
162 animator->AddAnimations(animations);
205 animator->AddAnimations(animations);
248 animator->AddAnimations(animations);
291 animator->AddAnimations(animations);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp122 animator->AddAnimations(animations); in CreateInteractiveAnimator()
144 animator->AddAnimations(animations); in InteractiveAnimatorAddAnimations()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_interactive_implict_animator.h36 void AddAnimations(std::vector<std::pair<NodeId, AnimationId>> animations);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interactive_implict_animator.cpp25 void RSRenderInteractiveImplictAnimator::AddAnimations(std::vector<std::pair<NodeId, AnimationId>> … in AddAnimations() function in OHOS::Rosen::RSRenderInteractiveImplictAnimator