Home
last modified time | relevance | path

Searched refs:AddAnimation (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_group_test.cpp57 animationGroup->AddAnimation(boundsAnimation);
61 animationGroup->AddAnimation(nullptr);
62 animationGroup->AddAnimation(boundsAnimation);
65 animationGroup->AddAnimation(alphaAnimation);
70 animationGroup->AddAnimation(alphaAnimation);
72 animationGroup->AddAnimation(boundsAnimation);
109 animationGroup->AddAnimation(boundsAnimation);
110 animationGroup->AddAnimation(alphaAnimation);
154 animationGroup->AddAnimation(boundsAnimation);
155 animationGroup->AddAnimation(alphaAnimation);
[all …]
H A Drs_interactive_implict_animator_test.cpp51 animator->AddAnimation([&]() { in __anon9497677b0102()
57 animator->AddAnimation([&]() { in __anon9497677b0302()
84 animator->AddAnimation([&]() { in __anon9497677b0402()
140 animator->AddAnimation([&]() { in __anon9497677b0702()
170 animator->AddAnimation([&]() { in __anon9497677b0902()
201 animator->AddAnimation([&]() { in __anon9497677b0b02()
230 animator->AddAnimation([&]() { in __anon9497677b0d02()
259 animator->AddAnimation([&]() { in __anon9497677b0f02()
289 animator->AddAnimation([&]() { in __anon9497677b1102()
320 animator->AddAnimation([&]() { in __anon9497677b1302()
[all …]
H A Drs_node_animate_supplement_test.cpp116 node->AddAnimation(nullptr);
121 node->AddAnimation(curveAnimation);
122 node->AddAnimation(curveAnimation);
127 node->AddAnimation(curveAnimation2);
144 node->AddAnimation(nullptr);
148 node->AddAnimation(curveAnimation);
154 node->AddAnimation(curveAnimation2);
398 node->AddAnimation(curveAnimation);
458 node->AddAnimation(curveAnimation);
463 node->AddAnimation(curveAnimation);
[all …]
H A Drs_animation_supplement_test.cpp238 node->AddAnimation(animation);
271 node->AddAnimation(animation);
480 modifierManager->AddAnimation(renderAnimation);
484 modifierManager->AddAnimation(renderAnimation);
485 modifierManager->AddAnimation(renderAnimation);
629 animationGroup->AddAnimation(animation);
634 animationGroup->AddAnimation(animation);
638 animationGroup->AddAnimation(animation);
641 animationGroup->AddAnimation(animation);
642 animationGroup->AddAnimation(animation);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp63 animationManager.AddAnimation(renderCurveAnimation);
65 animationManager.AddAnimation(renderCurveAnimation);
84 animationManager.AddAnimation(renderCurveAnimation);
120 animationManager.AddAnimation(renderCurveAnimation);
141 animationManager.AddAnimation(renderCurveAnimation);
178 animationManager.AddAnimation(renderCurveAnimation);
209 animationManager.AddAnimation(renderCurveAnimation);
251 animationManager.AddAnimation(renderCurveAnimation);
333 animationManager.AddAnimation(renderCurveAnimation);
360 animationManager.AddAnimation(renderCurveAnimation);
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/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_group_test.cpp54 rsAnimationGroup.AddAnimation(animation); in HWTEST_F()
68 rsAnimationGroup.AddAnimation(animation); in HWTEST_F()
86 rsAnimationGroup.AddAnimation(animation); in HWTEST_F()
H A Drs_implicit_animation_param_test.cpp117 node1->AddAnimation(animation1);
136 node2->AddAnimation(animation2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp48 rsAnimationManager.AddAnimation(animation);
51 rsAnimationManager.AddAnimation(animation2);
67 rsAnimationManager.AddAnimation(animation);
330 rsAnimationManager.AddAnimation(animation);
/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_group.h36 void AddAnimation(const std::shared_ptr<RSAnimation>& animation);
H A Drs_implicit_animator.cpp170 target->AddAnimation(keyframeAnimation, !isAddInteractiveAnimator_); in CloseImplicitAnimation()
472 target.AddAnimation(transition); in CreateImplicitTransition()
635 target->AddAnimation(animation, !isAddInteractiveAnimator_); in CreateImplicitAnimation()
708 target->AddAnimation(animation); in CreateImplicitAnimationWithInitialVelocity()
H A Drs_interactive_implict_animator.h58 size_t AddAnimation(std::function<void()> callback);
H A Drs_animation_group.cpp24 void RSAnimationGroup::AddAnimation(const std::shared_ptr<RSAnimation>& animation) in AddAnimation() function in OHOS::Rosen::RSAnimationGroup
H A Drs_animation.cpp148 target->AddAnimation(shared_from_this()); in Start()
541 modifierManager->AddAnimation(animation); in StartCustomAnimation()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation_controller.h81 virtual bool AddAnimation(const BASE_NS::shared_ptr<IAnimation>& animation) = 0;
H A Dintf_animation.h159 virtual void AddAnimation(const IAnimation::Ptr&) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_controller.h44 bool AddAnimation(const IAnimation::Ptr& animation) override; in META_BEGIN_NAMESPACE()
H A Danimation_controller.cpp84 bool AnimationController::AddAnimation(const META_NS::IAnimation::Ptr& animation) in AddAnimation() function in AnimationController
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.h39 void AddAnimation(const std::shared_ptr<RSRenderAnimation>& animation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifiermanager_fuzzer/
H A Drsmodifiermanager_fuzzer.cpp84 manager.AddAnimation(animation); in TestModifierManager()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_manager_test.cpp88 rsModifierManager.AddAnimation(renderCurveAnimation);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp241 interactiveAnimation->interactiveAnimation_->AddAnimation(addCallback); in CreateInteractiveAnimation()
286 interactiveAnimation->interactiveAnimation_->AddAnimation(callback); in AddInteractiveAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h48 void AddAnimation(const std::shared_ptr<RSRenderAnimation>& animation);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_rs_animation_demo.cpp137 surfaceNode->AddAnimation(animation2); in main()

12