Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSlider.kt2003 val stepValue = in scale() constant
2009 if (abs(stepValue - originalVal) <= distance) { in scale()
2010 distance = abs(stepValue - originalVal) in scale()
2011 newValue = stepValue in scale()
2062 val stepValue = in Modifier() constant
2068 if (abs(stepValue - originalVal) <= distance) { in Modifier()
2069 distance = abs(stepValue - originalVal) in Modifier()
2070 newValue = stepValue in Modifier()
2121 val stepValue = in rangeSliderEndThumbSemantics() constant
2127 if (abs(stepValue - originalVal) <= distance) { in rangeSliderEndThumbSemantics()
[all …]
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSlider.kt959 val stepValue = in sliderSemantics() constant
965 if (abs(stepValue - originalVal) <= distance) { in sliderSemantics()
966 distance = abs(stepValue - originalVal) in sliderSemantics()
967 newValue = stepValue in sliderSemantics()