Searched refs:RSImplicitSpringAnimationParam (Results 1 – 6 of 6) sorted by relevance
130 class RSImplicitSpringAnimationParam : public RSImplicitAnimationParam {132 RSImplicitSpringAnimationParam(134 ~RSImplicitSpringAnimationParam() override = default;
242 RSImplicitSpringAnimationParam::RSImplicitSpringAnimationParam( in RSImplicitSpringAnimationParam() function in OHOS::Rosen::RSImplicitSpringAnimationParam247 std::shared_ptr<RSAnimation> RSImplicitSpringAnimationParam::CreateAnimation(std::shared_ptr<RSProp… in CreateAnimation()
396 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()
392 auto testSpringParam = std::make_shared<RSImplicitSpringAnimationParam>(timingProtocol, in RsImplicitAnimatorParamFuzzTest()
229 friend class RSImplicitSpringAnimationParam;
549 …auto springParam = std::make_shared<RSImplicitSpringAnimationParam>(protocol, RSAnimationTimingCur…