Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java571 final float bottomValue;
574 bottomValue = MathUtils.saturate(
579 bottomValue = 0f;
581 anv.requestBottomRoundness(bottomValue, SHELF_SCROLL, /* animate = */ false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java1005 final float bottomValue = computeCornerRoundnessForPinnedHun(mHostView.getHeight(), in clampHunToMaxTranslation() local
1007 row.requestBottomRoundness(bottomValue, STACK_SCROLL_ALGO); in clampHunToMaxTranslation()