Searched refs:stackScrollView (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | Notifications.kt | 110 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 …]
|
D | NotificationsShadeScene.kt | 62 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/ |
D | GoneScene.kt | 76 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/ |
D | NotificationSection.kt | 55 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/ |
D | ShadeScene.kt | 330 stackScrollView = notificationStackScrollView, in SingleShade() 528 stackScrollView = notificationStackScrollView, in SplitShade()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/ |
D | QuickSettingsScene.kt | 398 stackScrollView = notificationStackScrollView, in QuickSettingsScene()
|