Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandlerTest.kt44 private val carouselWidth = 1038 constant
79 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandler.kt80 private var carouselWidth: Int = 0 variable in com.android.systemui.media.controls.ui.view.MediaCarouselScrollHandler
210 carouselWidth, in getOutline()
560 carouselWidth = currentCarouselWidth in setCarouselBounds()