Searched refs:inactiveTrackWidth (Results 1 – 3 of 3) sorted by relevance
273 val inactiveTrackWidth = inactiveTrackEnd - inactiveTrackStart in SliderWithTrackIconsSample() constant282 inactiveTrackWidth - iconPadding.toPx() * 2 in SliderWithTrackIconsSample()
377 val inactiveTrackWidth = in <lambda>() constant389 if (iconSize.width < inactiveTrackWidth - iconPadding * 2) { in <lambda>()
1827 val inactiveTrackWidth = end - start in DrawScope() constant1830 if (isVertical) Size(size.width, inactiveTrackWidth) in DrawScope()1831 else Size(inactiveTrackWidth, size.height) in DrawScope()