Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselScrollHandler.kt307 val newTranslation: Float
309 newTranslation = 0.0f
321 newTranslation,
364 newTranslation =
381 newTranslation = 0.0f
389 newTranslation,
395 contentTranslation = newTranslation
397 scrollView.animationTargetX = newTranslation
413 val newTranslation: Float
416 newTranslation = 0.0f
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java836 final float newTranslation = Math.max(quickQsOffsetHeight + stackTranslation, in clampHunToTop() local
841 final float distToRealY = newTranslation - viewState.getYTranslation(); in clampHunToTop()
843 viewState.setYTranslation(newTranslation); in clampHunToTop()
856 final float newTranslation = Math.min(childState.getYTranslation(), bottomPosition); in clampHunToMaxTranslation() local
858 - newTranslation); in clampHunToMaxTranslation()
859 childState.setYTranslation(newTranslation); in clampHunToMaxTranslation()