Searched refs:stepValue (Results 1 – 2 of 2) sorted by relevance
2003 val stepValue = in scale() constant2009 if (abs(stepValue - originalVal) <= distance) { in scale()2010 distance = abs(stepValue - originalVal) in scale()2011 newValue = stepValue in scale()2062 val stepValue = in Modifier() constant2068 if (abs(stepValue - originalVal) <= distance) { in Modifier()2069 distance = abs(stepValue - originalVal) in Modifier()2070 newValue = stepValue in Modifier()2121 val stepValue = in rangeSliderEndThumbSemantics() constant2127 if (abs(stepValue - originalVal) <= distance) { in rangeSliderEndThumbSemantics()[all …]
959 val stepValue = in sliderSemantics() constant965 if (abs(stepValue - originalVal) <= distance) { in sliderSemantics()966 distance = abs(stepValue - originalVal) in sliderSemantics()967 newValue = stepValue in sliderSemantics()