Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java575 final float bottomValue;
578 bottomValue = MathUtils.saturate(
583 bottomValue = 0f;
585 anv.requestBottomRoundness(bottomValue, SHELF_SCROLL, /* animate = */ false);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java864 final float bottomValue = computeCornerRoundnessForPinnedHun(mHostView.getHeight(), in clampHunToMaxTranslation() local
866 row.requestBottomRoundness(bottomValue, STACK_SCROLL_ALGO); in clampHunToMaxTranslation()