Searched refs:RSPropertyAnimation (Results 1 – 17 of 17) sorted by relevance
27 RSPropertyAnimation::RSPropertyAnimation(std::shared_ptr<RSPropertyBase> property) : property_(prop… in RSPropertyAnimation() function in OHOS::Rosen::RSPropertyAnimation32 void RSPropertyAnimation::SetIsCustom(const bool isCustom) in SetIsCustom()37 void RSPropertyAnimation::SetAdditive(bool isAdditive) in SetAdditive()42 bool RSPropertyAnimation::GetAdditive() const in GetAdditive()47 const std::shared_ptr<RSPropertyBase> RSPropertyAnimation::GetOriginValue() const in GetOriginValue()68 PropertyId RSPropertyAnimation::GetPropertyId() const in GetPropertyId()77 void RSPropertyAnimation::OnStart() in OnStart()94 void RSPropertyAnimation::InitInterpolationValue() in InitInterpolationValue()104 void RSPropertyAnimation::OnUpdateStagingValue(bool isFirstStart) in OnUpdateStagingValue()147 void RSPropertyAnimation::SetPropertyOnAllAnimationFinish() in SetPropertyOnAllAnimationFinish()[all …]
28 class RSC_EXPORT RSPropertyAnimation : public RSAnimation {30 RSPropertyAnimation() = delete;31 virtual ~RSPropertyAnimation() = default;36 RSPropertyAnimation(std::shared_ptr<RSPropertyBase> property);
30 …tion::RSKeyframeAnimation(std::shared_ptr<RSPropertyBase> property) : RSPropertyAnimation(property) in RSKeyframeAnimation()89 RSPropertyAnimation::InitInterpolationValue(); in InitInterpolationValue()104 RSPropertyAnimation::InitInterpolationValue(); in InitInterpolationValue()136 RSPropertyAnimation::OnStart(); in OnStart()
29 const std::shared_ptr<RSPropertyBase>& byValue) : RSPropertyAnimation(property) in RSCurveAnimation()37 : RSPropertyAnimation(property) in RSCurveAnimation()82 RSPropertyAnimation::OnStart(); in OnStart()
30 : RSPropertyAnimation(property) in RSInterpolatingSpringAnimation()38 : RSPropertyAnimation(property) in RSInterpolatingSpringAnimation()72 RSPropertyAnimation::OnStart(); in OnStart()
31 const std::shared_ptr<RSPropertyBase>& byValue) : RSPropertyAnimation(property) in RSSpringAnimation()39 : RSPropertyAnimation(property) in RSSpringAnimation()73 RSPropertyAnimation::OnStart(); in OnStart()
29 class RSC_EXPORT RSCurveAnimation : public RSPropertyAnimation {
29 class RSC_EXPORT RSInterpolatingSpringAnimation : public RSPropertyAnimation {
34 …const std::shared_ptr<RSPath>& animationPath) : RSPropertyAnimation(property), animationPath_(anim… in RSPathAnimation()133 RSPropertyAnimation::OnStart(); in OnStart()200 RSPropertyAnimation::OnUpdateStagingValue(isFirstStart); in OnUpdateStagingValue()
29 class RSC_EXPORT RSSpringAnimation : public RSPropertyAnimation {
34 class RSC_EXPORT RSKeyframeAnimation : public RSPropertyAnimation {
33 class RSC_EXPORT RSPathAnimation : public RSPropertyAnimation {
68 friend class RSPropertyAnimation; variable
209 friend class RSPropertyAnimation; variable
622 friend class RSPropertyAnimation; variable
223 friend class RSPropertyAnimation;676 friend class RSPropertyAnimation;
733 std::unique_ptr<RSPropertyAnimation<float>> animation =