Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt1072 val isStartOnFirstOrLastStep = in RangeSliderImpl() constant
1090 if (state.steps > 0 && !isStartOnFirstOrLastStep) { in RangeSliderImpl()
1760 val isStartOnFirstOrLastStep = in DrawScope() constant
1775 if (tickFractions.isNotEmpty() && !isStartOnFirstOrLastStep) { in DrawScope()