Searched refs:scrollIntoCurrentMedia (Results 1 – 1 of 1) sorted by relevance
102 private var scrollIntoCurrentMedia: Int = 0 variable in com.android.systemui.media.controls.ui.view.MediaCarouselScrollHandler121 if (scrollIntoCurrentMedia > playerWidthPlusPadding) {123 playerWidthPlusPadding - (scrollIntoCurrentMedia - playerWidthPlusPadding)125 newRelativeScroll += scrollIntoCurrentMedia469 val clip = contentTranslation != 0.0f || scrollIntoCurrentMedia != 0 in updateClipToOutline()474 val wasScrolledIn = scrollIntoCurrentMedia != 0 in onMediaScrollingChanged()475 scrollIntoCurrentMedia = scrollInAmount in onMediaScrollingChanged()476 val nowScrolledIn = scrollIntoCurrentMedia != 0 in onMediaScrollingChanged()526 val scrolledIn = scrollIntoCurrentMedia != 0 in updatePlayerVisibilities()