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/
DExpandAnimationParameters.kt49 var clipTopAmountCompensation = 0 variable
51 clipTopAmountCompensation = MathUtils.lerp(0f, startClipTopAmount.toFloat(),
54 return min(super.topChange - clipTopAmountCompensation, 0)