Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java1021 final float progressToPinnedRoundness = Math.min(1f, in computeCornerRoundnessForPinnedHun() local
1024 return MathUtils.lerp(originalCornerRadius, 1f, progressToPinnedRoundness); in computeCornerRoundnessForPinnedHun()