Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DStrategy.kt180 shiftPointRange.fromStepIndex in <lambda>()
188 steps[shiftPointRange.fromStepIndex], in <lambda>()
579 val fromStepIndex: Int, constant in androidx.compose.material3.carousel.ShiftPointRange
594 fromStepIndex = i - 1, in getShiftPointRange()
601 return ShiftPointRange(fromStepIndex = 0, toStepIndex = 0, steppedInterpolation = 0f) in getShiftPointRange()