Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt1820 var inactiveTrackThreshold = sliderEnd - endGap in DrawScope() variable
1822 inactiveTrackThreshold -= cornerSize in DrawScope()
1824 if (sliderValueEnd < inactiveTrackThreshold) { in DrawScope()