Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeScene.kt240 val shouldPunchHoleBehindScrim = in SingleShade() constant
252 modifier.thenIf(shouldPunchHoleBehindScrim) { in SingleShade()
334 shouldPunchHoleBehindScrim = shouldPunchHoleBehindScrim, in SingleShade()
531 shouldPunchHoleBehindScrim = false, in SplitShade()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt171 shouldPunchHoleBehindScrim: Boolean, in NotificationScrollingStack()
298 shouldPunchHoleBehindScrim, in NotificationScrollingStack()
322 if (shouldPunchHoleBehindScrim) { in NotificationScrollingStack()
334 if (shouldPunchHoleBehindScrim) { in NotificationScrollingStack()
DNotificationsShadeScene.kt95 shouldPunchHoleBehindScrim = false, in Content()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
DQuickSettingsScene.kt184 val shouldPunchHoleBehindScrim = in QuickSettingsScene() constant
194 .thenIf(shouldPunchHoleBehindScrim) { in QuickSettingsScene()