Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt585 val currentRoundness = stackScrollAlgorithm.computeCornerRoundnessForPinnedHun(
595 val currentRoundness = stackScrollAlgorithm.computeCornerRoundnessForPinnedHun(
605 val currentRoundness = stackScrollAlgorithm.computeCornerRoundnessForPinnedHun(
615 val currentRoundness = stackScrollAlgorithm.computeCornerRoundnessForPinnedHun(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java864 final float bottomValue = computeCornerRoundnessForPinnedHun(mHostView.getHeight(), in clampHunToMaxTranslation()
871 float computeCornerRoundnessForPinnedHun(float hostViewHeight, float stackY, in computeCornerRoundnessForPinnedHun() method