Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DStrategy.kt484 val sizeReduction = contentPadding / numberOfNonAnchorKeylines in createShiftedKeylineListForContentPadding() constant
492 pivotOffset = pivot.offset - (sizeReduction / 2f) + contentPadding in createShiftedKeylineListForContentPadding()
494 from.fastForEach { k -> add(k.size - abs(sizeReduction), k.isAnchor) } in createShiftedKeylineListForContentPadding()