Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandler.kt558 fun setCarouselBounds(currentCarouselWidth: Int, currentCarouselHeight: Int) { in setCarouselBounds()
559 if (currentCarouselHeight != carouselHeight || currentCarouselWidth != carouselHeight) { in setCarouselBounds()
560 carouselWidth = currentCarouselWidth in setCarouselBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselController.kt152 var currentCarouselWidth: Int = 0 in <lambda>() variable
1246 (pageIndicator.width - currentCarouselWidth) / 2.0f in <lambda>()
1248 (currentCarouselWidth - pageIndicator.width) / 2.0f in <lambda>()
1291 if (width != currentCarouselWidth || height != currentCarouselHeight) { in <lambda>()
1292 currentCarouselWidth = width in <lambda>()
1295 currentCarouselWidth, in <lambda>()
1588 println("current size: $currentCarouselWidth x $currentCarouselHeight") in <lambda>()