Searched defs:shelf (Results 1 – 7 of 7) sorted by relevance
39 val shelf = in bind() constant
30 val shelf: NotificationShelfViewModel, constant in com.android.systemui.statusbar.notification.stack.ui.viewmodel.NotificationListViewModel
166 NotificationShelf shelf = ambientState.getShelf(); in updateAlphaState() local285 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState() local
564 public void setShelf(NotificationShelf shelf) { in setShelf()
482 public void setShelf(NotificationShelf shelf) { in setShelf()
4955 public void setShelf(NotificationShelf shelf) { in setShelf()
57 private lateinit var shelf: NotificationShelf variable in com.android.systemui.statusbar.notification.stack.NotificationShelfTest