Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DStrategy.kt102 private val startShiftDistance = getStartShiftDistance(startKeylineSteps, beforeContentPadding) in <lambda>() constant in androidx.compose.material3.carousel.Strategy
111 getStepInterpolationPoints(startShiftDistance, startKeylineSteps, true) in <lambda>()
143 val startShiftOffset = startShiftDistance in <lambda>()
207 if (startShiftDistance != other.startShiftDistance) return false in <lambda>()
227 result = 31 * result + startShiftDistance.hashCode() in <lambda>()