Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt110 stackScrollView: NotificationScrollView, in HeadsUpNotificationSpace()
120 .notificationHeadsUpHeight(stackScrollView) in HeadsUpNotificationSpace()
130 stackScrollView.setHeadsUpTop(boundsInWindow.top) in HeadsUpNotificationSpace()
140 stackScrollView: NotificationScrollView, in SceneScope()
149 stackScrollView = stackScrollView, in SceneScope()
154 stackScrollView = stackScrollView, in SceneScope()
168 stackScrollView: NotificationScrollView, in NotificationScrollingStack()
343 stackScrollView = stackScrollView, in NotificationScrollingStack()
356 view = stackScrollView, in NotificationScrollingStack()
362 HeadsUpNotificationSpace(stackScrollView = stackScrollView, viewModel = viewModel) in NotificationScrollingStack()
[all …]
DNotificationsShadeScene.kt62 private val stackScrollView: Lazy<NotificationScrollView>, constant
92 stackScrollView = stackScrollView.get(), in Content()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DGoneScene.kt76 stackScrollView = notificationStackScrolLView.get(), in Content()
84 stackScrollView: NotificationScrollView, in HeadsUpNotificationStack()
94 stackScrollView = stackScrollView, in HeadsUpNotificationStack()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt55 private val stackScrollView: Lazy<NotificationScrollView>, constant in com.android.systemui.keyguard.ui.composable.section.NotificationSection
109 stackScrollView = stackScrollView.get(), in SceneScope()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeScene.kt330 stackScrollView = notificationStackScrollView, in SingleShade()
528 stackScrollView = notificationStackScrollView, in SplitShade()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
DQuickSettingsScene.kt398 stackScrollView = notificationStackScrollView, in QuickSettingsScene()