Searched refs:setNotification (Results 1 – 3 of 3) sorted by relevance
117 viewHolder.setNotification(notif); in onBindViewHolder()125 public void setNotification(TvNotification notification) { in setNotification() method in NotificationsPanelAdapter.NotificationPanelViewHolder126 ((NotificationPanelItemView) itemView).setNotification(notification); in setNotification()
156 public void setNotification(TvNotification notif) { in setNotification() method in NotificationPanelDismissibleItemView157 super.setNotification(notif); in setNotification()
131 public void setNotification(TvNotification notif) { in setNotification() method in NotificationPanelItemView