Home
last modified time | relevance | path

Searched refs:animation1 (Results 1 – 7 of 7) 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
114 animation1->SetDuration(1000);
115 animation1->SetTimingCurve(curve);
116 animation1->SetFinishCallback([&]() { node1->SetBoundsWidth(200); }); in __anonac5c60730102()
117 node1->AddAnimation(animation1);
118 animation1->Start(node1);
172 std::shared_ptr<RSAnimation> animation1 = std::make_shared<RSKeyframeAnimation>(property); variable
173 animationParam->AddKeyframe(animation1, startDuration, startValue, endValue);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp763 animation1->Start(node1);
764 animation1->OnStart();
765 animation1->SetIsCustom(true);
766 animation1->OnStart();
898 animation1->Start(node1);
899 animation1->OnStart();
942 animation1->OnStart();
944 animation1->OnStart();
946 animation1->Start(node);
948 animation1->OnStart();
[all …]
/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
295 animation1->SetDuration(1000);
296 animation1->SetTimingCurve(RSAnimationTimingCurve::EASE_IN_OUT);
303 animationGroup->AddAnimation(animation1);
305 animationGroup->RemoveAnimation(animation1);
310 EXPECT_FALSE(animation1->IsRunning());
313 EXPECT_FALSE(animation1->IsPaused());
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-explicit-animation.md163 ![animation1](figures/animation1.gif)
H A Dts-explicit-animatetoimmediately.md95 ![animation1](figures/animateToImmediately1.gif)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-explicit-animatetoimmediately.md87 ![animation1](figures/animateToImmediately1.gif)
H A Dts-explicit-animation.md137 ![animation1](figures/animation1.gif)