Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSwitch.kt110 val switchVelocityThresholdPx = with(LocalDensity.current) { SwitchVelocityThreshold.toPx() } in <lambda>() constant
112 remember(maxBound, switchVelocityThresholdPx) { in <lambda>()
122 velocityThreshold = { switchVelocityThresholdPx } in <lambda>()