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.java175 mMainView.applyNotificationInfo(mainNotification, false); in applyNotificationInfos()
194 mMainView.applyNotificationInfo(newMainNotification, true); in trimNotifications()
DNotificationMainView.java118 public void applyNotificationInfo(NotificationInfo mainNotification, boolean animate) { in applyNotificationInfo() method in NotificationMainView