Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
DNotificationShelfComponent.java41 Builder notificationShelf(NotificationShelf view); in notificationShelf() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelfController.java45 public NotificationShelfController(NotificationShelf notificationShelf, in NotificationShelfController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java128 NotificationShelf notificationShelf = mock(NotificationShelf.class); in setUp() local