Searched refs:currentCarouselHeight (Results 1 – 2 of 2) sorted by relevance
56 private var currentCarouselHeight: Int = 0 in <lambda>() variable379 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>()
525 fun setCarouselBounds(currentCarouselWidth: Int, currentCarouselHeight: Int) { in setCarouselBounds()526 if (currentCarouselHeight != carouselHeight || currentCarouselWidth != carouselHeight) { in setCarouselBounds()528 carouselHeight = currentCarouselHeight in setCarouselBounds()