Loading packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/QuickSettingsScene.kt +3 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package com.android.systemui.qs.ui.composable import androidx.compose.animation.core.animateFloatAsState import androidx.compose.animation.core.tween import androidx.compose.foundation.OverscrollEffect import androidx.compose.foundation.clipScrollableContainer import androidx.compose.foundation.gestures.Orientation import androidx.compose.foundation.layout.Box Loading Loading @@ -235,6 +236,7 @@ private fun ContentScope.QuickSettingsScene( notificationStackScrollView, shadeSession, jankMonitor, this@QuickSettingsScene.verticalOverscrollEffect, ) } } Loading Loading @@ -263,6 +265,7 @@ private fun ContentScope.QuickSettingsContent( notificationStackScrollView: NotificationScrollView, shadeSession: SaveableSession, jankMonitor: InteractionJankMonitor, verticalOverscrollEffect: OverscrollEffect, ) { val cutoutLocation = LocalDisplayCutout.current().location Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/QuickSettingsScene.kt +3 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package com.android.systemui.qs.ui.composable import androidx.compose.animation.core.animateFloatAsState import androidx.compose.animation.core.tween import androidx.compose.foundation.OverscrollEffect import androidx.compose.foundation.clipScrollableContainer import androidx.compose.foundation.gestures.Orientation import androidx.compose.foundation.layout.Box Loading Loading @@ -235,6 +236,7 @@ private fun ContentScope.QuickSettingsScene( notificationStackScrollView, shadeSession, jankMonitor, this@QuickSettingsScene.verticalOverscrollEffect, ) } } Loading Loading @@ -263,6 +265,7 @@ private fun ContentScope.QuickSettingsContent( notificationStackScrollView: NotificationScrollView, shadeSession: SaveableSession, jankMonitor: InteractionJankMonitor, verticalOverscrollEffect: OverscrollEffect, ) { val cutoutLocation = LocalDisplayCutout.current().location Loading