Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java155 mMainView.applyNotificationInfo(mainNotification, false); in applyNotificationInfos()
175 mMainView.applyNotificationInfo(nextNotification, true); in trimNotifications()
DNotificationMainView.java131 public void applyNotificationInfo(NotificationInfo mainNotification, boolean animate) { in applyNotificationInfo() method in NotificationMainView