Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java670 float maxHeadsUpTranslation = ambientState.getMaxHeadsUpTranslation(); in clampHunToMaxTranslation() local
673 maxHeadsUpTranslation = Math.min(maxHeadsUpTranslation, maxShelfPosition); in clampHunToMaxTranslation()
674 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation()
676 childState.height = (int) Math.min(childState.height, maxHeadsUpTranslation in clampHunToMaxTranslation()
H A DAmbientState.java379 public void setMaxHeadsUpTranslation(float maxHeadsUpTranslation) { in setMaxHeadsUpTranslation() argument
380 mMaxHeadsUpTranslation = maxHeadsUpTranslation; in setMaxHeadsUpTranslation()