Home
last modified time | relevance | path

Searched refs:RemoveAnimation (Results 1 - 25 of 34) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_group_test.cpp103 rsAnimationGroup.RemoveAnimation(animation); in HWTEST_F()
117 rsAnimationGroup.RemoveAnimation(animation); in HWTEST_F()
135 rsAnimationGroup.RemoveAnimation(animation); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_group_test.cpp217 * @tc.desc: Verify the RemoveAnimation of AnimationGroup
242 animationGroup->RemoveAnimation(nullptr); in HWTEST_F()
245 animationGroup->RemoveAnimation(boundsAnimation); in HWTEST_F()
250 animationGroup->RemoveAnimation(boundsAnimation); in HWTEST_F()
252 animationGroup->RemoveAnimation(alphaAnimation); in HWTEST_F()
258 * @tc.desc: Verify the RemoveAnimation of AnimationGroup
291 animationGroup->RemoveAnimation(boundsAnimation); in HWTEST_F()
304 * @tc.desc: Verify the RemoveAnimation of AnimationGroup
337 animationGroup->RemoveAnimation(alphaAnimation); in HWTEST_F()
351 * @tc.desc: Verify the RemoveAnimation o
[all...]
H A Drs_node_animate_supplement_test.cpp155 node->RemoveAnimation(nullptr); in HWTEST_F()
156 node->RemoveAnimation(curveAnimation); in HWTEST_F()
157 node->RemoveAnimation(curveAnimation2); in HWTEST_F()
483 node->RemoveAnimation(curveAnimation); in HWTEST_F()
487 node->RemoveAnimation(curveAnimation); in HWTEST_F()
H A Drs_animation_supplement_test.cpp492 modifierManager->RemoveAnimation(animation->GetId()); in HWTEST_F()
496 modifierManager->RemoveAnimation(animation->GetId()); in HWTEST_F()
501 modifierManager->RemoveAnimation(uiAnimation2->GetId()); in HWTEST_F()
502 modifierManager->RemoveAnimation(animation->GetId()); in HWTEST_F()
643 animationGroup->RemoveAnimation(animation); in HWTEST_F()
648 animationGroup->RemoveAnimation(animation); in HWTEST_F()
652 animationGroup->RemoveAnimation(animation); in HWTEST_F()
656 animationGroup->RemoveAnimation(animation); in HWTEST_F()
657 animationGroup->RemoveAnimation(animation); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_group.cpp50 void RSAnimationGroup::RemoveAnimation(const std::shared_ptr<RSAnimation>& animation) in RemoveAnimation() function in OHOS::Rosen::RSAnimationGroup
103 target->RemoveAnimation(animation); in OnStart()
H A Drs_animation_group.h37 void RemoveAnimation(const std::shared_ptr<RSAnimation>& animation);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp71 * @tc.desc: Verify the RemoveAnimation
86 animationManager.RemoveAnimation(ANIMATION_ID); in HWTEST_F()
93 * @tc.desc: Verify the RemoveAnimation
100 animationManager.RemoveAnimation(ANIMATION_ID); in HWTEST_F()
337 animationManager.RemoveAnimation(ANIMATION_ID); in HWTEST_F()
364 animationManager.RemoveAnimation(ANIMATION_ID); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation_controller.h87 virtual bool RemoveAnimation(const BASE_NS::shared_ptr<IAnimation>& animation) = 0;
H A Dintf_animation.h163 virtual void RemoveAnimation(const IAnimation::Ptr&) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_controller.h45 bool RemoveAnimation(const IAnimation::Ptr& animation) override;
H A Danimation_controller.cpp106 bool AnimationController::RemoveAnimation(const META_NS::IAnimation::Ptr& animation) in RemoveAnimation() function in AnimationController
H A Dstaggered_animation_state.cpp129 controller->RemoveAnimation(animation); in RemoveChild()
H A Danimation_state.cpp96 oldController->RemoveAnimation(animation); in UpdateController()
H A Danimation.h326 void RemoveAnimation(const IAnimation::Ptr& animation) override
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.h40 void RemoveAnimation(const AnimationId keyId);
H A Drs_modifier_manager.cpp65 void RSModifierManager::RemoveAnimation(AnimationId keyId) in RemoveAnimation() function in OHOS::Rosen::RSModifierManager
69 ROSEN_LOGE("RSModifierManager::RemoveAnimation, The Animation does not exist when is deleted"); in RemoveAnimation()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_manager_test.cpp91 rsModifierManager.RemoveAnimation(key); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifiermanager_fuzzer/
H A Drsmodifiermanager_fuzzer.cpp85 manager.RemoveAnimation(id); in TestModifierManager()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h49 void RemoveAnimation(AnimationId keyId);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_animation.cpp132 target->GetAnimationManager().RemoveAnimation(pair.second); in OnAttach()
H A Drs_animation_manager.cpp73 void RSAnimationManager::RemoveAnimation(AnimationId keyId) in RemoveAnimation() function in OHOS::Rosen::RSAnimationManager
77 ROSEN_LOGE("RSAnimationManager::RemoveAnimation, The Animation does not exist when is deleted"); in RemoveAnimation()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp108 controller->RemoveAnimation(animation);
116 void RemoveAnimation(const IAnimation::Ptr&) override {}
H A Decs_animation.h213 void RemoveAnimation(const IAnimation::Ptr&) override;
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_animat_manager_test.cpp111 * @tc.desc: test results of RemoveAnimation
119 rsAnimationManager.RemoveAnimation(keyId); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp71 * @tc.desc: test results of RemoveAnimation
79 rsAnimationManager.RemoveAnimation(keyId); in HWTEST_F()

Completed in 14 milliseconds

12