Searched refs:activeTrackWidth (Results 1 – 3 of 3) sorted by relevance
272 val activeTrackWidth = activeTrackEnd - activeTrackStart in SliderWithTrackIconsSample() constant275 iconSize.toSize().width < activeTrackWidth - iconPadding.toPx() * 2 in SliderWithTrackIconsSample()
376 val activeTrackWidth = activeTrackEnd - activeTrackStart in <lambda>() constant379 if (iconSize.width < activeTrackWidth - iconPadding * 2) { in <lambda>()
1849 val activeTrackWidth = activeTrackEnd - activeTrackStart in DrawScope() constant1852 if (activeTrackWidth > activeTrackThreshold) { in DrawScope()1856 if (isVertical) Size(size.width, activeTrackWidth) in DrawScope()1857 else Size(activeTrackWidth, size.height) in DrawScope()