Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLegacyNotificationShelfControllerImpl.java95 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in bind() argument
96 mView.bind(ambientState, notificationStackScrollLayoutController); in bind()
H A DNotificationShelfController.kt44 notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DDebugDrawable.java49 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable() argument
55 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in DebugDrawable()
H A DShadeSurface.kt68 val notificationStackScrollLayoutController: NotificationStackScrollLayoutController
H A DNotificationsQSContainerController.kt63 notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
128 mView.setStackScroller(notificationStackScrollLayoutController.getView())
H A DNotificationShadeWindowViewController.java151 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationShadeWindowViewController() argument
185 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()
H A DQuickSettingsController.java324 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in QuickSettingsController() argument
370 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in QuickSettingsController()
H A DNotificationPanelViewController.java724 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationPanelViewController()
861 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationPanelViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
H A DShadeTransitionController.kt51 lateinit var notificationStackScrollLayoutController: NotificationStackScrollLayoutController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
H A DNotificationShelfViewBinder.kt62 notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationsQSContainerControllerTest.kt79 lateinit var notificationStackScrollLayoutController: NotificationStackScrollLayoutController
119 notificationStackScrollLayoutController,
459 notificationStackScrollLayoutController,
H A DNotificationShadeWindowViewTest.kt100 private lateinit var notificationStackScrollLayoutController:
172 notificationStackScrollLayoutController,
H A DNotificationsQSContainerControllerLegacyTest.kt80 lateinit var notificationStackScrollLayoutController: NotificationStackScrollLayoutController
120 notificationStackScrollLayoutController,
476 notificationStackScrollLayoutController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java142 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesCommandQueueCallbacks() argument
171 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks()
H A DCentralSurfacesImpl.java727 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesImpl()
834 mStackScrollerController = notificationStackScrollLayoutController; in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java5500 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in setController() argument
5501 mController = notificationStackScrollLayoutController; in setController()