Searched refs:interpolationValue (Results 1 – 3 of 3) sorted by relevance
115 auto animationValue = interpolationValue; in GetAnimationValue()117 animationValue = property_->Get() + (interpolationValue - lastValue_); in GetAnimationValue()119 lastValue_ = interpolationValue; in GetAnimationValue()234 auto interpolationValue = RSValueEstimator::Estimate( in GetAnimationValue() local236 auto animationValue = interpolationValue; in GetAnimationValue()238 animationValue = property_->Get() + (interpolationValue - lastValue_); in GetAnimationValue()240 lastValue_ = interpolationValue; in GetAnimationValue()266 auto interpolationValue = RSValueEstimator::Estimate( in GetDurationKeyframeAnimationValue() local268 animationValue = interpolationValue; in GetDurationKeyframeAnimationValue()270 animationValue = property_->Get() + (interpolationValue - lastValue_); in GetDurationKeyframeAnimationValue()[all …]
76 auto interpolationValue = startValue_ * (1.0f - fraction) + endValue_ * fraction; in EstimateFraction() local77 if (lastValue_ < interpolationValue) { in EstimateFraction()83 if (std::abs(lastValue_ - interpolationValue) <= EPSILON) { in EstimateFraction()
189 auto interpolationValue = valueEstimator_->Estimate(displacement, startValue_, endValue_); in OnAnimate() local193 … if (interpolationValue != nullptr && !interpolationValue->IsNearEqual(endValue, zeroThreshold_)) { in OnAnimate()