Home
last modified time | relevance | path

Searched refs:RSImplicitSpringAnimationParam (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.h130 class RSImplicitSpringAnimationParam : public RSImplicitAnimationParam {
132 RSImplicitSpringAnimationParam(
134 ~RSImplicitSpringAnimationParam() override = default;
H A Drs_implicit_animation_param.cpp242 RSImplicitSpringAnimationParam::RSImplicitSpringAnimationParam( in RSImplicitSpringAnimationParam() function in OHOS::Rosen::RSImplicitSpringAnimationParam
247 std::shared_ptr<RSAnimation> RSImplicitSpringAnimationParam::CreateAnimation(std::shared_ptr<RSProp… in CreateAnimation()
H A Drs_implicit_animator.cpp396 auto springParam = std::make_shared<RSImplicitSpringAnimationParam>(protocol, curve); in BeginImplicitSpringAnimation()
552 auto springImplicitParam = static_cast<RSImplicitSpringAnimationParam*>(params.get()); in CreateImplicitAnimation()
676 auto springImplicitParam = static_cast<RSImplicitSpringAnimationParam*>(params.get()); in CreateImplicitAnimationWithInitialVelocity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp392 auto testSpringParam = std::make_shared<RSImplicitSpringAnimationParam>(timingProtocol, in RsImplicitAnimatorParamFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h229 friend class RSImplicitSpringAnimationParam;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp549 …auto springParam = std::make_shared<RSImplicitSpringAnimationParam>(protocol, RSAnimationTimingCur…