Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaCarouselController.kt56 private var currentCarouselHeight: Int = 0 in <lambda>() variable
379 pageIndicator.translationY = (currentCarouselHeight - pageIndicator.height - in <lambda>()
396 if (width != currentCarouselWidth || height != currentCarouselHeight) { in <lambda>()
398 currentCarouselHeight = height in <lambda>()
400 currentCarouselWidth, currentCarouselHeight) in <lambda>()
DMediaCarouselScrollHandler.kt525 fun setCarouselBounds(currentCarouselWidth: Int, currentCarouselHeight: Int) { in setCarouselBounds()
526 if (currentCarouselHeight != carouselHeight || currentCarouselWidth != carouselHeight) { in setCarouselBounds()
528 carouselHeight = currentCarouselHeight in setCarouselBounds()