Searched refs:carouselWidth (Results 1 – 2 of 2) sorted by relevance
44 private val carouselWidth = 1038 constant79 mediaCarouselScrollHandler.playerWidthPlusPadding = carouselWidth in setup()100 whenever(mediaCarousel.scrollX).thenReturn(carouselWidth - 300) in testCarouselScroll_shortScroll_isRTL()105 verify(mediaCarousel).smoothScrollTo(eq(carouselWidth), anyInt()) in testCarouselScroll_shortScroll_isRTL()117 verify(mediaCarousel).smoothScrollTo(eq(carouselWidth), anyInt()) in testCarouselScroll_longScroll()124 whenever(mediaCarousel.scrollX).thenReturn(carouselWidth - 600) in testCarouselScroll_longScroll_isRTL()
80 private var carouselWidth: Int = 0 variable in com.android.systemui.media.controls.ui.view.MediaCarouselScrollHandler210 carouselWidth, in getOutline()560 carouselWidth = currentCarouselWidth in setCarouselBounds()