Home
last modified time | relevance | path

Searched defs:shelf (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt39 val shelf = in bind() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt30 val shelf: NotificationShelfViewModel, constant in com.android.systemui.statusbar.notification.stack.ui.viewmodel.NotificationListViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java166 NotificationShelf shelf = ambientState.getShelf(); in updateAlphaState() local
285 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState() local
DStackStateAnimator.java564 public void setShelf(NotificationShelf shelf) { in setShelf()
DAmbientState.java482 public void setShelf(NotificationShelf shelf) { in setShelf()
DNotificationStackScrollLayout.java4955 public void setShelf(NotificationShelf shelf) { in setShelf()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt57 private lateinit var shelf: NotificationShelf variable in com.android.systemui.statusbar.notification.stack.NotificationShelfTest