Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java862 final float originalCornerRadius = in clampHunToMaxTranslation() local
865 ambientState.getStackY(), getMaxAllowedChildHeight(row), originalCornerRadius); in clampHunToMaxTranslation()
872 float viewMaxHeight, float originalCornerRadius) { in computeCornerRoundnessForPinnedHun() argument
883 return MathUtils.lerp(originalCornerRadius, 1f, progressToPinnedRoundness); in computeCornerRoundnessForPinnedHun()