Home
last modified time | relevance | path

Searched defs:animation1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_implicit_animation_param_test.cpp113 auto animation1 = std::make_shared<RSCurveAnimation>(property1, startProperty1, endProperty1); variable
172 std::shared_ptr<RSAnimation> animation1 = std::make_shared<RSKeyframeAnimation>(property); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp756 …std::shared_ptr<RSKeyframeAnimationMock> animation1 = std::make_shared<RSKeyframeAnimationMock>(pr… variable
831 auto animation1 = std::make_shared<RSPathAnimationMock>(property, path); variable
891 std::shared_ptr<RSPathAnimationMock> animation1 = variable
935 …std::shared_ptr<RSSpringAnimationMock> animation1 = std::make_shared<RSSpringAnimationMock>(proper… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp293 std::shared_ptr<RSCurveAnimation<float>> animation1 = variable