Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DStrategy.kt571 val stepPercentage = distanceShifted / totalShiftDistance in getStepInterpolationPoints() constant
572 val point = if (i == steps.lastIndex) 1f else points[i - 1] + stepPercentage in getStepInterpolationPoints()