Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java54 public static final float START_FRACTION = 0.5f; field in StackScrollAlgorithm
DNotificationStackScrollLayout.java1485 MathUtils.lerp(endHeight * StackScrollAlgorithm.START_FRACTION,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java256 endHeight * StackScrollAlgorithm.START_FRACTION, in testUpdateStackHeight_withExpansionAmount_whenDozeNotChanging()