Home
last modified time | relevance | path

Searched refs:rangeProgress (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt1080 val rangeProgress = propertySpec.range?.progress(progress) ?: progress in computeValue() constant
1083 return lerp(idleValue, targetValue, rangeProgress) in computeValue()
1147 val rangeProgress = transformation.range?.progress(progress) ?: progress in computeValue() constant
1152 lerp(targetValue, idleValue, rangeProgress) in computeValue()
1154 lerp(idleValue, targetValue, rangeProgress) in computeValue()