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/
DLegacyNotificationShelfControllerImpl.java45 NotificationShelf notificationShelf, in LegacyNotificationShelfControllerImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt48 private val notificationShelf = mock<NotificationShelf>() in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest