Searched refs:shadeSession (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
D | ShadeScene.kt | 136 private val shadeSession: SaveableSession, constant in com.android.systemui.shade.ui.composable.ShadeScene 164 shadeSession = shadeSession, in Content() 184 shadeSession: SaveableSession, in ShadeScene() 198 shadeSession = shadeSession, in ShadeScene() 210 shadeSession = shadeSession, in ShadeScene() 226 shadeSession: SaveableSession, in SingleShade() 329 shadeSession = shadeSession, in SingleShade() 366 shadeSession: SaveableSession, in SplitShade() 527 shadeSession = shadeSession, in SplitShade()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | NotificationsShadeScene.kt | 61 private val shadeSession: SaveableSession, constant 91 shadeSession = shadeSession, in Content()
|
D | Notifications.kt | 167 shadeSession: SaveableSession, in NotificationScrollingStack() 182 shadeSession.rememberSaveableSession(saver = ScrollState.Saver, key = null) { in NotificationScrollingStack() 210 val scrimOffset = shadeSession.rememberSession { Animatable(0f) } in NotificationScrollingStack() 255 shadeSession.rememberSession( in NotificationScrollingStack()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/ |
D | QuickSettingsScene.kt | 115 private val shadeSession: SaveableSession, constant in com.android.systemui.qs.ui.composable.QuickSettingsScene 148 shadeSession = shadeSession, in Content() 164 shadeSession: SaveableSession, in QuickSettingsScene()
|