/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 55 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20102() variable 97 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20202() variable 136 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, variable 178 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20502() variable 224 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20702() variable 267 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, variable 310 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20a02() variable 352 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20b02() variable 392 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, variable 433 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20d02() variable [all …]
|
H A D | rs_transition_test.cpp | 125 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0102() variable 183 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0502() variable 240 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0902() variable 304 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0d02() variable 370 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d1102() variable 435 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d1502() variable 627 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, variable 663 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, variable 698 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, variable
|
H A D | rs_spring_animation_test.cpp | 181 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon7a1bf1e40102() variable
|
H A D | rs_curve_animation_test.cpp | 284 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon2ce2a1f60102() variable
|
H A D | rs_keyframe_animation_test.cpp | 283 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon230def850102() variable
|
H A D | rs_animation_group_test.cpp | 420 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::SPRING, variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_interactive_implict_animator_test.cpp | 117 std::vector<std::pair<NodeId, AnimationId>> animations; variable 160 std::vector<std::pair<NodeId, AnimationId>> animations; variable 203 std::vector<std::pair<NodeId, AnimationId>> animations; variable 246 std::vector<std::pair<NodeId, AnimationId>> animations; variable 289 std::vector<std::pair<NodeId, AnimationId>> animations; variable
|
H A D | rs_animation_manager_test.cpp | 308 auto animations = animationManager.GetParticleAnimations(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_animation_command.cpp | 114 InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations, in CreateInteractiveAnimator() 138 InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations) in InteractiveAnimatorAddAnimations()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_interactive_implict_animator.cpp | 25 …erInteractiveImplictAnimator::AddAnimations(std::vector<std::pair<NodeId, AnimationId>> animations) in AddAnimations()
|
H A D | rs_animation_manager.cpp | 96 …RSAnimationManager::AttemptCancelAnimationByAnimationId(const std::vector<AnimationId>& animations) in AttemptCancelAnimationByAnimationId()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_interactive_implict_animator.cpp | 126 auto animations = implicitAnimator->CloseInterActiveImplicitAnimation(true); in AddImplictAnimation() local 156 auto animations = implicitAnimator->CloseInterActiveImplicitAnimation(false); in AddAnimation() local
|
H A D | rs_symbol_animation.cpp | 426 const std::shared_ptr<RSNode>& rsNode, std::vector<std::shared_ptr<RSAnimation>>& animations) in GroupAnimationStart() 791 …awing::DrawingPiecewiseParameter& scaleParameter, std::vector<std::shared_ptr<RSAnimation>>& anima… in ScaleAnimationBase() 828 …awing::DrawingPiecewiseParameter& alphaParameter, std::vector<std::shared_ptr<RSAnimation>>& anima… in AlphaAnimationBase()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_animation_command_test.cpp | 191 std::vector<std::pair<NodeId, AnimationId>> animations; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | data.h | 59 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Animation>> animations; in CORE3D_BEGIN_NAMESPACE() member
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | widget_adapter.cpp | 104 bool WidgetAdapter::UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>>& in UpdateGLTFAnimations()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_animation_utils.cpp | 124 auto animations = AnimManager::GetInstance().CloseAnimation(); in StartAnimation() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/ |
H A D | intf_scene_loader.h | 78 BASE_NS::vector<CORE_NS::EntityReference> animations; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/ |
H A D | gltf.h | 140 BASE_NS::vector<CORE_NS::EntityReference> animations; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | tween_option.h | 351 void ClearListeners(const std::map<T, RefPtr<Animation<U>>>& animations) in ClearListeners()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_animation_utils.cpp | 100 auto animations = Rosen::RSNode::CloseImplicitAnimation(); in CloseImplicitAnimation() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 447 auto& animations = out["RSAnimationManager"]; in DumpNodeAnimations() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_element.cpp | 228 const auto& animations = option.GetTransformAnimations(); in BindingTransformAnimationToController() local 803 …const std::map<PropertyAnimatableType, U>& animations, RefPtr<Animator>& controller, TweenOption& … in AddToAnimator()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/test/ |
H A D | 3d_widget_adapter_test.cpp | 99 void EngineTest::UpdateGLTFAnimations(const std::vector<std::shared_ptr<GLTFAnimation>> &animations) in UpdateGLTFAnimations()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animator.cpp | 826 auto animations = std::move(interpolators_); in StartInnerAsync() local
|