Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt293 val indicatorCornerRadius = CornerRadius(indicatorRadiusDp.toPx(), indicatorRadiusDp.toPx()) in TrackBackground() constant
303 topRightCornerRadius = indicatorCornerRadius, in TrackBackground()
304 bottomRightCornerRadius = indicatorCornerRadius, in TrackBackground()