Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt121 .debugBackground(viewModel, DEBUG_HUN_COLOR) in HeadsUpNotificationSpace()
340 .debugBackground(viewModel, DEBUG_BOX_COLOR) in NotificationScrollingStack()
408 .debugBackground(viewModel, DEBUG_STACK_COLOR) in NotificationPlaceholder()
452 private fun Modifier.debugBackground( in debugBackground() method