Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationsPanelAdapter.java117 viewHolder.setNotification(notif); in onBindViewHolder()
125 public void setNotification(TvNotification notification) { in setNotification() method in NotificationsPanelAdapter.NotificationPanelViewHolder
126 ((NotificationPanelItemView) itemView).setNotification(notification); in setNotification()
DNotificationPanelDismissibleItemView.java156 public void setNotification(TvNotification notif) { in setNotification() method in NotificationPanelDismissibleItemView
157 super.setNotification(notif); in setNotification()
DNotificationPanelItemView.java131 public void setNotification(TvNotification notif) { in setNotification() method in NotificationPanelItemView