Home
last modified time | relevance | path

Searched defs:animations (Results 1 - 25 of 36) sorted by relevance

12

/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>> animations) in AddAnimations() argument
H A Drs_animation_manager.cpp96 void RSAnimationManager::AttemptCancelAnimationByAnimationId(const std::vector<AnimationId>& animations) in AttemptCancelAnimationByAnimationId() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_spring_animation_test.cpp181 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F() local
H A Drs_curve_animation_test.cpp285 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F() local
H A Drs_animation_test.cpp56 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F() local
98 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F() local
137 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, in HWTEST_F() local
179 auto animations = RSNode::Animate(protocol, curve, [&property]() { HWTEST_F() local
225 auto animations = RSNode::Animate(protocol, curve, [&property]() { HWTEST_F() local
268 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, HWTEST_F() local
311 auto animations = RSNode::Animate(protocol, curve, [&property]() { HWTEST_F() local
353 auto animations = RSNode::Animate(protocol, curve, [&property]() { HWTEST_F() local
393 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, HWTEST_F() local
434 auto animations = RSNode::Animate(protocol, curve, [&property]() { HWTEST_F() local
483 auto animations = RSNode::Animate(protocol, curve, [&property]() { HWTEST_F() local
530 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, HWTEST_F() local
574 auto animations = RSNode::Animate(protocol, curve, [&property]() { HWTEST_F() local
628 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, HWTEST_F() local
[all...]
H A Drs_animation_group_test.cpp420 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::SPRING, in HWTEST_F() local
H A Drs_keyframe_animation_test.cpp283 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F() local
H A Drs_transition_test.cpp125 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F() local
183 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F() local
240 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { HWTEST_F() local
304 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { HWTEST_F() local
370 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { HWTEST_F() local
435 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { HWTEST_F() local
627 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, HWTEST_F() local
663 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, HWTEST_F() local
698 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, HWTEST_F() local
[all...]
H A Drs_symbol_animation_test.cpp1285 std::vector<std::shared_ptr<RSAnimation>> animations = {}; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_manager.cpp62 void PruneAnimation(std::list<RefPtr<MockImplicitAnimation>>& animations) in PruneAnimation() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Danimation_test_base.cpp87 void AnimationTestBase::StepAnimations(const std::vector<IAnimation::Ptr> animations, uint32_t frames, in StepAnimations() argument
81 StepAnimations( const std::vector<IAnimation::Ptr> animations, uint32_t frames, std::function<void(uint32_t frame)> updateFn) StepAnimations() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfClassRegistryTest.cpp88 auto animations = classRegistry_.GetAllTypes({ IAnimation::UID }); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interactive_implict_animator_test.cpp115 std::vector<std::pair<NodeId, AnimationId>> animations; in HWTEST_F() local
142 std::vector<std::pair<NodeId, AnimationId>> animations; in HWTEST_F() local
209 std::vector<std::pair<NodeId, AnimationId>> animations; in HWTEST_F() local
276 std::vector<std::pair<NodeId, AnimationId>> animations; HWTEST_F() local
343 std::vector<std::pair<NodeId, AnimationId>> animations; HWTEST_F() local
410 std::vector<std::pair<NodeId, AnimationId>> animations; HWTEST_F() local
[all...]
H A Drs_animation_manager_test.cpp308 auto animations = animationManager.GetParticleAnimations(); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Ddata.h59 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Animation>> animations; member
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_animat_cmd_test.cpp198 std::vector<std::pair<NodeId, AnimationId>> animations; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_animation_command_test.cpp198 std::vector<std::pair<NodeId, AnimationId>> animations; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp113 CreateInteractiveAnimator(RSContext& context, InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations, bool startImmediately) CreateInteractiveAnimator() argument
137 InteractiveAnimatorAddAnimations(RSContext& context, InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations) InteractiveAnimatorAddAnimations() argument
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_animation_utils.cpp132 auto animations = AnimManager::GetInstance().CloseAnimation(); in StartAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp100 auto animations = Rosen::RSNode::CloseImplicitAnimation(); in CloseImplicitAnimation() local
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h140 BASE_NS::vector<CORE_NS::EntityReference> animations; member
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h78 BASE_NS::vector<CORE_NS::EntityReference> animations; member
/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.cpp99 void EngineTest::UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>> &animations) in UpdateGLTFAnimations() argument
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dwidget_adapter.cpp104 UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>>& animations) UpdateGLTFAnimations() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.cpp126 auto animations = implicitAnimator->CloseInterActiveImplicitAnimation(true); in AddImplictAnimation() local
156 auto animations = implicitAnimator->CloseInterActiveImplicitAnimation(false); in AddAnimation() local

Completed in 48 milliseconds

12