Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt1057 val idleValue = sceneValue(overscrollState) in computeValue() constant
1065 idleValue, in computeValue()
1070 if (targetValue == idleValue) { in computeValue()
1083 return lerp(idleValue, targetValue, rangeProgress) in computeValue()
1128 val idleValue = sceneValue(sceneState) in computeValue() constant
1136 idleValue, in computeValue()
1141 if (targetValue == idleValue) { in computeValue()
1152 lerp(targetValue, idleValue, rangeProgress) in computeValue()
1154 lerp(idleValue, targetValue, rangeProgress) in computeValue()