Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt1076 val isEndOnFirstOrLastStep = in RangeSliderImpl() constant
1100 if (state.steps > 0 && !isEndOnFirstOrLastStep) { in RangeSliderImpl()
1763 val isEndOnFirstOrLastStep = in DrawScope() constant
1767 if (tickFractions.isNotEmpty() && !isEndOnFirstOrLastStep) { in DrawScope()