Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DCarousel.kt238 val beforeContentPadding = contentPadding.calculateBeforeContentPadding(orientation) in Carousel()
337 private fun PaddingValues.calculateBeforeContentPadding(orientation: Orientation): Float { in PaddingValues() method