Home
last modified time | relevance | path

Searched refs:notificationView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DShortcutMenuAccessibilityDelegate.java53 NotificationMainView notificationView = (NotificationMainView) host; in addSupportedActions() local
54 if (notificationView.canChildBeDismissed(notificationView)) { in addSupportedActions()
91 NotificationMainView notificationView = (NotificationMainView) host; in performAction() local
92 notificationView.onChildDismissed(notificationView); in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java186 final NotificationItemView notificationView, final List<SystemShortcut> systemShortcuts, in createUpdateRunnable() argument
193 if (notificationView != null) { in createUpdateRunnable()
201 uiHandler.post(new UpdateNotificationChild(notificationView, infos)); in createUpdateRunnable()
265 public UpdateNotificationChild(NotificationItemView notificationView,
267 mNotificationView = notificationView;