Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java850 float maxHeadsUpTranslation = ambientState.getMaxHeadsUpTranslation(); in clampHunToMaxTranslation() local
853 maxHeadsUpTranslation = Math.min(maxHeadsUpTranslation, maxShelfPosition); in clampHunToMaxTranslation()
855 final float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation()
857 childState.height = (int) Math.min(childState.height, maxHeadsUpTranslation in clampHunToMaxTranslation()
H A DAmbientState.java462 public void setMaxHeadsUpTranslation(float maxHeadsUpTranslation) { in setMaxHeadsUpTranslation() argument
463 mMaxHeadsUpTranslation = maxHeadsUpTranslation; in setMaxHeadsUpTranslation()