Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java40 public class NotificationPanelItemView extends LinearLayout class
62 public NotificationPanelItemView(Context context) { in NotificationPanelItemView() method in NotificationPanelItemView
67 public NotificationPanelItemView(Context context, AttributeSet attrs) { in NotificationPanelItemView() method in NotificationPanelItemView
DNotificationsPanelAdapter.java126 ((NotificationPanelItemView) itemView).setNotification(notification); in setNotification()
DNotificationPanelDismissibleItemView.java36 public class NotificationPanelDismissibleItemView extends NotificationPanelItemView {