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/
DActivityLaunchAnimator.java319 int clipTopAmountCompensation = 0; in getTopChange() local
321 clipTopAmountCompensation = (int) MathUtils.lerp(0, startClipTopAmount, in getTopChange()
324 return Math.min(top - startPosition[1] - clipTopAmountCompensation, 0); in getTopChange()