Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandler.kt120 var newRelativeScroll = visibleMediaIndex * playerWidthPlusPadding variable in com.android.systemui.media.controls.ui.view.MediaCarouselScrollHandler
122 newRelativeScroll +=
125 newRelativeScroll += scrollIntoCurrentMedia
127 scrollView.relativeScrollX = newRelativeScroll