/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_group_test.cpp | 57 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 D | rs_interactive_implict_animator_test.cpp | 51 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 D | rs_node_animate_supplement_test.cpp | 116 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 D | rs_animation_supplement_test.cpp | 238 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 D | rs_animation_manager_test.cpp | 63 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 D | rs_render_interactive_implict_animator_test.cpp | 72 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 D | rs_animation_group_test.cpp | 54 rsAnimationGroup.AddAnimation(animation); in HWTEST_F() 68 rsAnimationGroup.AddAnimation(animation); in HWTEST_F() 86 rsAnimationGroup.AddAnimation(animation); in HWTEST_F()
|
H A D | rs_implicit_animation_param_test.cpp | 117 node1->AddAnimation(animation1); 136 node2->AddAnimation(animation2);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_animation_manager_test.cpp | 48 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 D | rs_animation_command.cpp | 64 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 D | rs_animation_group.h | 36 void AddAnimation(const std::shared_ptr<RSAnimation>& animation);
|
H A D | rs_implicit_animator.cpp | 170 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 D | rs_interactive_implict_animator.h | 58 size_t AddAnimation(std::function<void()> callback);
|
H A D | rs_animation_group.cpp | 24 void RSAnimationGroup::AddAnimation(const std::shared_ptr<RSAnimation>& animation) in AddAnimation() function in OHOS::Rosen::RSAnimationGroup
|
H A D | rs_animation.cpp | 148 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 D | intf_animation_controller.h | 81 virtual bool AddAnimation(const BASE_NS::shared_ptr<IAnimation>& animation) = 0;
|
H A D | intf_animation.h | 159 virtual void AddAnimation(const IAnimation::Ptr&) = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_controller.h | 44 bool AddAnimation(const IAnimation::Ptr& animation) override; in META_BEGIN_NAMESPACE()
|
H A D | animation_controller.cpp | 84 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 D | rs_modifier_manager.h | 39 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 D | rsmodifiermanager_fuzzer.cpp | 84 manager.AddAnimation(animation); in TestModifierManager()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_manager_test.cpp | 88 rsModifierManager.AddAnimation(renderCurveAnimation);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_animation_utils.cpp | 241 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 D | rs_animation_manager.h | 48 void AddAnimation(const std::shared_ptr<RSRenderAnimation>& animation);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_rs_animation_demo.cpp | 137 surfaceNode->AddAnimation(animation2); in main()
|