Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DLaunchAnimationParameters.kt52 var clipTopAmountCompensation = 0 variable
54 clipTopAmountCompensation = MathUtils.lerp(0f, startClipTopAmount.toFloat(),
57 return min(super.topChange - clipTopAmountCompensation, 0)