Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java108 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in updateBackgroundColor()
147 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in applyNotificationInfo()
DNotificationInfo.java119 public Drawable getIconForBackground(Context context, int background) { in getIconForBackground() method in NotificationInfo