Home
last modified time | relevance | path

Searched defs:quickSettingsHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DSingleShadeMeasurePolicy.kt96 val quickSettingsHeight = quickSettingsPlaceable?.height ?: 0 in measure() constant
134 val quickSettingsHeight = quickSettingsPlaceable?.height ?: 0 in calculateNotificationsTop() constant