Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DVolumeSliderContent.kt107 val labelPlaceable = in measure() constant
113 labelPlaceable.width in measure()
132 val layoutHeight = labelPlaceable.height + (disabledMessagePlaceable?.height ?: 0) in measure()
134 labelPlaceable.placeRelative(0, 0, 0f) in measure()
135 disabledMessagePlaceable?.placeRelative(0, labelPlaceable.height, 0f) in measure()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt348 val labelPlaceable: Placeable? = in measure() constant
372 labelWidth = labelPlaceable?.width?.toFloat() ?: 0f, in measure()
385 labelWidth = labelPlaceable?.width?.toFloat() ?: 0f, in measure()
395 labelPlaceable?.placeRelative(0, 0, TrackComponent.Label.zIndex) in measure()