Home
last modified time | relevance | path

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

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