Home
last modified time | relevance | path

Searched refs:AddAnimation (Results 1 - 25 of 43) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_group_test.cpp36 * @tc.desc: Verify the AddAnimation of AnimationGroup
57 animationGroup->AddAnimation(boundsAnimation); in HWTEST_F()
61 animationGroup->AddAnimation(nullptr); in HWTEST_F()
62 animationGroup->AddAnimation(boundsAnimation); in HWTEST_F()
65 animationGroup->AddAnimation(alphaAnimation); in HWTEST_F()
70 animationGroup->AddAnimation(alphaAnimation); in HWTEST_F()
72 animationGroup->AddAnimation(boundsAnimation); in HWTEST_F()
78 * @tc.desc: Verify the AddAnimation of AnimationGroup
109 animationGroup->AddAnimation(boundsAnimation); in HWTEST_F()
110 animationGroup->AddAnimation(alphaAnimatio in HWTEST_F()
[all...]
H A Drs_interactive_implict_animator_test.cpp33 * @tc.name: AddAnimation
34 * @tc.desc: Verify the AddAnimation of RSInteractiveAnimator
51 animator->AddAnimation([&]() { in HWTEST_F()
57 animator->AddAnimation([&]() { in HWTEST_F()
66 * @tc.name: AddAnimation
67 * @tc.desc: Verify the AddAnimation of RSInteractiveAnimator
84 animator->AddAnimation([&]() { in HWTEST_F()
114 animator->AddAnimation([&]() {}); in HWTEST_F()
140 animator->AddAnimation([&]() { in HWTEST_F()
170 animator->AddAnimation([ in HWTEST_F()
[all...]
H A Drs_node_animate_supplement_test.cpp116 node->AddAnimation(nullptr); in HWTEST_F()
121 node->AddAnimation(curveAnimation); in HWTEST_F()
122 node->AddAnimation(curveAnimation); in HWTEST_F()
127 node->AddAnimation(curveAnimation2); in HWTEST_F()
144 node->AddAnimation(nullptr); in HWTEST_F()
148 node->AddAnimation(curveAnimation); in HWTEST_F()
154 node->AddAnimation(curveAnimation2); in HWTEST_F()
398 node->AddAnimation(curveAnimation); in HWTEST_F()
458 node->AddAnimation(curveAnimation); in HWTEST_F()
463 node->AddAnimation(curveAnimatio in HWTEST_F()
[all...]
H A Drs_animation_supplement_test.cpp248 node->AddAnimation(animation); in HWTEST_F()
281 node->AddAnimation(animation); in HWTEST_F()
493 modifierManager->AddAnimation(renderAnimation); in HWTEST_F()
497 modifierManager->AddAnimation(renderAnimation); in HWTEST_F()
498 modifierManager->AddAnimation(renderAnimation); in HWTEST_F()
642 animationGroup->AddAnimation(animation); in HWTEST_F()
647 animationGroup->AddAnimation(animation); in HWTEST_F()
651 animationGroup->AddAnimation(animation); in HWTEST_F()
654 animationGroup->AddAnimation(animation); in HWTEST_F()
655 animationGroup->AddAnimation(animatio in HWTEST_F()
[all...]
/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); in HWTEST_F()
136 node2->AddAnimation(animation2); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp50 * @tc.desc: Verify the AddAnimation
63 animationManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
65 animationManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
84 animationManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
120 animationManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
141 animationManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
178 animationManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
209 animationManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
251 animationManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
333 animationManager.AddAnimation(renderCurveAnimatio in HWTEST_F()
[all...]
H A Drs_render_interactive_implict_animator_test.cpp74 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation); in HWTEST_F()
140 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation); in HWTEST_F()
207 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation); in HWTEST_F()
274 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation); in HWTEST_F()
341 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation); in HWTEST_F()
408 renderNode->GetAnimationManager().AddAnimation(renderCurveAnimation); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_animat_manager_test.cpp39 * @tc.desc: test results of AddAnimation
47 rsAnimationManager.AddAnimation(animation); in HWTEST_F()
61 rsAnimationManager.AddAnimation(animation); in HWTEST_F()
64 rsAnimationManager.AddAnimation(animation2); in HWTEST_F()
316 rsAnimationManager.AddAnimation(animation); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp47 rsAnimationManager.AddAnimation(animation); in HWTEST_F()
50 rsAnimationManager.AddAnimation(animation2); in HWTEST_F()
57 * @tc.desc: test results of AddAnimation
65 rsAnimationManager.AddAnimation(animation); in HWTEST_F()
329 rsAnimationManager.AddAnimation(animation); in HWTEST_F()
/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_interactive_implict_animator.h58 size_t AddAnimation(std::function<void()> callback);
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_animation_group.cpp24 void RSAnimationGroup::AddAnimation(const std::shared_ptr<RSAnimation>& animation) in AddAnimation() function in OHOS::Rosen::RSAnimationGroup
/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()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation_controller.h77 * @brief AddAnimation adds an animation for this controller to handle.
81 virtual bool AddAnimation(const BASE_NS::shared_ptr<IAnimation>& animation) = 0;
H A Dintf_animation.h159 virtual void AddAnimation(const IAnimation::Ptr&) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_controller.h44 bool AddAnimation(const IAnimation::Ptr& animation) override;
H A Danimation_controller.cpp84 bool AnimationController::AddAnimation(const META_NS::IAnimation::Ptr& animation) in AddAnimation() function in AnimationController
/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);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp96 animationGroup->AddAnimation(firstTransition); in RsAnimationGroupFuzzTest()
97 animationGroup->AddAnimation(secondTransition); in RsAnimationGroupFuzzTest()
434 interactiveAnimator->AddAnimation([]() {}); in RSInteractiveImplictAnimatorFuzzTest()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_manager_test.cpp88 rsModifierManager.AddAnimation(renderCurveAnimation); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifiermanager_fuzzer/
H A Drsmodifiermanager_fuzzer.cpp84 manager.AddAnimation(animation); in TestModifierManager()
/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);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp246 interactiveAnimation->interactiveAnimation_->AddAnimation(addCallback); in CreateInteractiveAnimation()
291 interactiveAnimation->interactiveAnimation_->AddAnimation(callback); in AddInteractiveAnimation()

Completed in 24 milliseconds

12