Searched refs:rangeProgress (Results 1 – 1 of 1) sorted by relevance
1080 val rangeProgress = propertySpec.range?.progress(progress) ?: progress in computeValue() constant1083 return lerp(idleValue, targetValue, rangeProgress) in computeValue()1147 val rangeProgress = transformation.range?.progress(progress) ?: progress in computeValue() constant1152 lerp(targetValue, idleValue, rangeProgress) in computeValue()1154 lerp(idleValue, targetValue, rangeProgress) in computeValue()