Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java255 endHeight * StackScrollAlgorithm.START_FRACTION, in testUpdateStackHeight_withDozeAmount_whenDozeChanging()
270 endHeight * StackScrollAlgorithm.START_FRACTION, in testUpdateStackHeight_withExpansionAmount_whenDozeNotChanging()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java51 public static final float START_FRACTION = 0.5f; field in StackScrollAlgorithm
H A DNotificationStackScrollLayout.java1425 MathUtils.lerp(endHeight * StackScrollAlgorithm.START_FRACTION,