Home
last modified time | relevance | path

Searched defs:animation2 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp426 auto animation2 = std::make_shared<RSPathAnimationMock>(property, "abc", startValue, endValue); variable
487 auto animation2 = std::make_shared<RSRenderAnimationMock>(uiAnimation2->GetId()); variable
547 auto animation2 = pathParam->CreateAnimation(property, startValue, endValue); variable
757 …std::shared_ptr<RSKeyframeAnimationMock> animation2 = std::make_shared<RSKeyframeAnimationMock>(pr… variable
893 std::shared_ptr<RSPathAnimationMock> animation2 = variable
936 std::shared_ptr<RSSpringAnimationMock> animation2 = variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_rs_animation_demo.cpp131 auto animation2 = std::make_shared<RSTransition>(RSTransitionEffect::OPACITY, true); in main() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_implicit_animation_param_test.cpp131 auto animation2 = std::make_shared<RSCurveAnimation>(property2, startProperty2, endProperty2); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_animation_command_test.cpp73 …std::shared_ptr<RSRenderParticleAnimation> animation2 = std::make_shared<RSRenderParticleAnimation… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp50 std::shared_ptr<RSRenderAnimation> animation2; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp298 std::shared_ptr<RSCurveAnimation<float>> animation2 = variable