Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt42 private const val GONE_SCALE_AMOUNT = 0.8f constant
203 newScale = MathUtils.lerp(GONE_SCALE_AMOUNT * endScale, endScale, progress) in getInterpolatedState()
257 startScale * GONE_SCALE_AMOUNT, in getInterpolatedState()