Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
DVolumePanelRadioButtons.kt238 val indicatorWidth = (buttonsBackgroundPlaceable.width - totalSpacing) / buttonsCount in measure() constant
244 minWidth = indicatorWidth, in measure()
245 maxWidth = indicatorWidth, in measure()
252 selectedIndex * indicatorWidth + (spacingPx * selectedIndex) in measure()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt212 val indicatorWidth = in Track() constant
214 indicatorWidth + LocalDensity.current.run { 16.dp.toPx() } in Track()