Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DKeylineSnapPosition.kt36 val startStepsSize = strategy.startKeylineSteps.size + numOfFocalKeylines in getSnapPositionOffset() constant
43 if (itemIndex < startStepsSize) { in getSnapPositionOffset()
44 var startIndex = max(0, startStepsSize - 1 - itemIndex) in getSnapPositionOffset()