Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java441 float newTranslation = Math.max(ambientState.getTopPadding() in clampHunToTop() local
443 childState.height = (int) Math.max(childState.height - (newTranslation in clampHunToTop()
445 childState.yTranslation = newTranslation; in clampHunToTop()
450 float newTranslation; in clampHunToMaxTranslation() local
452 newTranslation = Math.min(childState.yTranslation, bottomPosition); in clampHunToMaxTranslation()
454 - (childState.yTranslation - newTranslation), row.getCollapsedHeight()); in clampHunToMaxTranslation()
455 childState.yTranslation = newTranslation; in clampHunToMaxTranslation()