Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt280 val trackCornerRadius = CornerRadius(size.height / 2, size.height / 2) in TrackBackground() constant
288 cornerRadius = trackCornerRadius, in TrackBackground()
302 topLeftCornerRadius = trackCornerRadius, in TrackBackground()
305 bottomLeftCornerRadius = trackCornerRadius, in TrackBackground()