/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | LegacyNotificationShelfControllerImpl.java | 95 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in bind() argument 96 mView.bind(ambientState, notificationStackScrollLayoutController); in bind()
|
H A D | NotificationShelfController.kt | 44 notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | DebugDrawable.java | 49 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in DebugDrawable() argument 55 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in DebugDrawable()
|
H A D | ShadeSurface.kt | 68 val notificationStackScrollLayoutController: NotificationStackScrollLayoutController
|
H A D | NotificationsQSContainerController.kt | 63 notificationStackScrollLayoutController: NotificationStackScrollLayoutController, 128 mView.setStackScroller(notificationStackScrollLayoutController.getView())
|
H A D | NotificationShadeWindowViewController.java | 151 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationShadeWindowViewController() argument 185 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationShadeWindowViewController()
|
H A D | QuickSettingsController.java | 324 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in QuickSettingsController() argument 370 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in QuickSettingsController()
|
H A D | NotificationPanelViewController.java | 724 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in NotificationPanelViewController() 861 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in NotificationPanelViewController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/ |
H A D | ShadeTransitionController.kt | 51 lateinit var notificationStackScrollLayoutController: NotificationStackScrollLayoutController
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/ |
H A D | NotificationShelfViewBinder.kt | 62 notificationStackScrollLayoutController: NotificationStackScrollLayoutController,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationsQSContainerControllerTest.kt | 79 lateinit var notificationStackScrollLayoutController: NotificationStackScrollLayoutController 119 notificationStackScrollLayoutController, 459 notificationStackScrollLayoutController,
|
H A D | NotificationShadeWindowViewTest.kt | 100 private lateinit var notificationStackScrollLayoutController: 172 notificationStackScrollLayoutController,
|
H A D | NotificationsQSContainerControllerLegacyTest.kt | 80 lateinit var notificationStackScrollLayoutController: NotificationStackScrollLayoutController 120 notificationStackScrollLayoutController, 476 notificationStackScrollLayoutController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | CentralSurfacesCommandQueueCallbacks.java | 142 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesCommandQueueCallbacks() argument 171 mNotificationStackScrollLayoutController = notificationStackScrollLayoutController; in CentralSurfacesCommandQueueCallbacks()
|
H A D | CentralSurfacesImpl.java | 727 NotificationStackScrollLayoutController notificationStackScrollLayoutController, in CentralSurfacesImpl() 834 mStackScrollerController = notificationStackScrollLayoutController; in CentralSurfacesImpl()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 5500 NotificationStackScrollLayoutController notificationStackScrollLayoutController) { in setController() argument 5501 mController = notificationStackScrollLayoutController; in setController()
|