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.java166 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in updateBackgroundColor()
208 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in applyNotificationInfo()
DNotificationInfo.java125 public Drawable getIconForBackground(Context context, int background) { in getIconForBackground() method in NotificationInfo