Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt108 var remappedProgress = MathUtils.map( in getGoneState() variable
113 remappedProgress = MathUtils.constrain(remappedProgress, 0.0f, 1.0f) in getGoneState()
118 remappedProgress).toInt() in getGoneState()
122 remappedProgress).toInt() in getGoneState()
130 disappearParameters.fadeStartPosition, 1.0f, 1.0f, 0.0f, remappedProgress) in getGoneState()