Searched defs:indicatorX (Results 1 – 4 of 4) sorted by relevance
874 val indicatorX = (width - indicatorPlaceable.width) / 2 in MeasureScope() constant924 val indicatorX = (width - indicatorPlaceable.width) / 2 in MeasureScope() constant965 val indicatorX = (width - indicatorPlaceable.width) / 2 in MeasureScope() constant1030 val indicatorX = in MeasureScope() constant
658 val indicatorX = (width - it.width) / 2 in MeasureScope() constant749 val indicatorX = (width - it.width) / 2 in placeLabelAndIcon() constant
641 val indicatorX = (width - it.width) / 2 in MeasureScope() constant734 val indicatorX = (containerWidth - it.width) / 2 in placeLabelAndIcon() constant
1204 var indicatorX = progressIndicatorSize.width - stopIndicatorSize - indicatorXOffset in DrawScope() variable