Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSwitch.kt124 .requiredSize(SwitchWidth, SwitchHeight), in <lambda>()
258 val thumbPaddingStart = (SwitchHeight - size.toDp()) / 2f in measure()
628 private val SwitchHeight = SwitchTokens.TrackHeight constant
629 private val ThumbPadding = (SwitchHeight - ThumbDiameter) / 2
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSwitch.kt176 .requiredSize(SwitchWidth, SwitchHeight) in <lambda>()
290 private val SwitchHeight = ThumbDiameter constant