Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationsShadeOverlay.kt89 val notificationStackPadding = dimensionResource(id = R.dimen.notification_side_paddings) in Content() constant
141 top = notificationStackPadding, in Content()
142 start = notificationStackPadding, in Content()
143 end = notificationStackPadding, in Content()
154 stackTopPadding = notificationStackPadding, in Content()
155 stackBottomPadding = notificationStackPadding, in Content()
168 .padding(bottom = notificationStackPadding), in Content()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeScene.kt293 val notificationStackPadding = dimensionResource(id = R.dimen.notification_side_paddings) in ContentScope() constant
392 stackTopPadding = notificationStackPadding, in ContentScope()
450 val notificationStackPadding = dimensionResource(id = R.dimen.notification_side_paddings) in SplitShade() constant
610 stackTopPadding = notificationStackPadding, in SplitShade()
611 stackBottomPadding = notificationStackPadding, in SplitShade()
633 .padding(bottom = notificationStackPadding + navBarBottomHeight), in SplitShade()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
DQuickSettingsScene.kt434 val notificationStackPadding = dimensionResource(id = R.dimen.notification_side_paddings) in ContentScope() constant
442 stackTopPadding = notificationStackPadding, in ContentScope()