Searched refs:currentCarouselWidth (Results 1 – 2 of 2) sorted by relevance
558 fun setCarouselBounds(currentCarouselWidth: Int, currentCarouselHeight: Int) { in setCarouselBounds()559 if (currentCarouselHeight != carouselHeight || currentCarouselWidth != carouselHeight) { in setCarouselBounds()560 carouselWidth = currentCarouselWidth in setCarouselBounds()
152 var currentCarouselWidth: Int = 0 in <lambda>() variable1246 (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>()