Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt772 stackScrollAlgorithm.computeCornerRoundnessForPinnedHun( in <lambda>()
784 stackScrollAlgorithm.computeCornerRoundnessForPinnedHun( in <lambda>()
796 stackScrollAlgorithm.computeCornerRoundnessForPinnedHun( in <lambda>()
808 stackScrollAlgorithm.computeCornerRoundnessForPinnedHun( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java1005 final float bottomValue = computeCornerRoundnessForPinnedHun(mHostView.getHeight(), in clampHunToMaxTranslation()
1012 float computeCornerRoundnessForPinnedHun(float hostViewHeight, float stackY, in computeCornerRoundnessForPinnedHun() method