Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DGoneScene.kt56 private val notificationStackScrolLView: Lazy<NotificationScrollView>, constant in com.android.systemui.scene.ui.composable.GoneScene
76 stackScrollView = notificationStackScrolLView.get(), in Content()