Searched refs:notificationView (Results 1 – 2 of 2) sorted by relevance
53 NotificationMainView notificationView = (NotificationMainView) host; in addSupportedActions() local54 if (notificationView.canChildBeDismissed(notificationView)) { in addSupportedActions()91 NotificationMainView notificationView = (NotificationMainView) host; in performAction() local92 notificationView.onChildDismissed(notificationView); in performAction()
186 final NotificationItemView notificationView, final List<SystemShortcut> systemShortcuts, in createUpdateRunnable() argument193 if (notificationView != null) { in createUpdateRunnable()201 uiHandler.post(new UpdateNotificationChild(notificationView, infos)); in createUpdateRunnable()265 public UpdateNotificationChild(NotificationItemView notificationView,267 mNotificationView = notificationView;