Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/
DBottomsheetBackAnimationSpec.kt36 val ratioScale = scaleEasing.getInterpolation(progressX) in <lambda>() constant
38 scale = 1f - ratioScale * (1f - minScale) in <lambda>()
DBackAnimationSpec.kt66 val ratioScale = scaleEasing.getInterpolation(progressX) in createFloatingSurfaceAnimationSpec() constant
71 scale = 1f - (ratioScale * minScaleReversed) in createFloatingSurfaceAnimationSpec()