Home
last modified time | relevance | path

Searched defs:SetInitialVelocity (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_spring_animation.cpp139 void RSSpringAnimation::SetInitialVelocity(const std::shared_ptr<RSPropertyBase>& velocity) in SetInitialVelocity() function in OHOS::Rosen::RSSpringAnimation
H A Drs_animation.h120 virtual void SetInitialVelocity(const std::shared_ptr<RSPropertyBase>& velocity) {}; in SetInitialVelocity() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_spring_animation.cpp372 void RSRenderSpringAnimation::SetInitialVelocity(const std::shared_ptr<RSRenderPropertyBase>& veloc… in SetInitialVelocity() function in OHOS::Rosen::RSRenderSpringAnimation
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h321 virtual void SetInitialVelocity(const std::shared_ptr<RSRenderPropertyBase>& initialVelocity) {} in SetInitialVelocity() function
392 void SetInitialVelocity(const std::shared_ptr<RSRenderPropertyBase>& initialVelocity) override in SetInitialVelocity() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_spring_animation_test.cpp56 void SetInitialVelocity(const std::shared_ptr<RSRenderPropertyBase>& velocity) in SetInitialVelocity() function in OHOS::Rosen::RSRenderSpringAnimationMock