Searched defs:byValue (Results 1 – 8 of 8) sorted by relevance
50 auto byValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local66 auto byValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local81 auto byValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
51 auto byValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
72 auto byValue = endValue_ - startValue_; in EstimateFraction() local
29 const std::shared_ptr<RSPropertyBase>& byValue) : RSPropertyAnimation(property) in RSCurveAnimation()
29 std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& byValue) in RSInterpolatingSpringAnimation()
111 auto byValue = endValue - startValue; in OnUpdateStagingValue() local
31 const std::shared_ptr<RSPropertyBase>& byValue) : RSPropertyAnimation(property) in RSSpringAnimation()
907 …mationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& byValu… in RSSpringAnimationMock()