Searched defs:interpolationValue (Results 1 – 2 of 2) sorted by relevance
62 auto interpolationValue = startValue_ * (1.0f - fraction) + endValue_ * fraction; in EstimateFraction() local
101 auto interpolationValue = RSValueEstimator::Estimate(fraction, startValue_, endValue_); in GetAnimationValue() local175 auto interpolationValue = RSValueEstimator::Estimate( in GetAnimationValue() local