Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DStrategy.kt179 if (shiftPointRange.steppedInterpolation.roundToInt() == 0) { in <lambda>()
190 shiftPointRange.steppedInterpolation in <lambda>()
581 val steppedInterpolation: Float constant in androidx.compose.material3.carousel.ShiftPointRange
596 steppedInterpolation = lerp(0f, 1f, lowerBounds, upperBounds, interpolation) in getShiftPointRange()
601 return ShiftPointRange(fromStepIndex = 0, toStepIndex = 0, steppedInterpolation = 0f) in getShiftPointRange()