HomeSort by relevance Sort by last modified time
    Searched defs:applyNotificationInfo (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationItemView.java 132 mMainView.applyNotificationInfo(mainNotification, mIconView);
154 mMainView.applyNotificationInfo(newMainNotification, mIconView, true);
NotificationMainView.java 77 public void applyNotificationInfo(NotificationInfo mainNotification, View iconView) {
78 applyNotificationInfo(mainNotification, iconView, false);
84 public void applyNotificationInfo(NotificationInfo mainNotification, View iconView,

Completed in 265 milliseconds