Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.java45 public NotificationShelfController(NotificationShelf notificationShelf, in NotificationShelfController() argument
49 mView = notificationShelf; in NotificationShelfController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarViewModule.java119 NotificationShelf notificationShelf) { in providesStatusBarWindowView() argument
121 .notificationShelf(notificationShelf) in providesStatusBarWindowView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DNotificationShelfComponent.java41 Builder notificationShelf(NotificationShelf view); in notificationShelf() method