Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt1850 val activeTrackThreshold = in DrawScope() constant
1852 if (activeTrackWidth > activeTrackThreshold) { in DrawScope()