Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java209 public void setMaxHeadsUpTranslation(float maxHeadsUpTranslation) { in setMaxHeadsUpTranslation() argument
210 mMaxHeadsUpTranslation = maxHeadsUpTranslation; in setMaxHeadsUpTranslation()
DStackScrollAlgorithm.java451 float maxHeadsUpTranslation = ambientState.getMaxHeadsUpTranslation(); in clampHunToMaxTranslation() local
454 maxHeadsUpTranslation = Math.min(maxHeadsUpTranslation, maxShelfPosition); in clampHunToMaxTranslation()
455 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation()
457 childState.height = (int) Math.min(childState.height, maxHeadsUpTranslation in clampHunToMaxTranslation()