Searched defs:resolveColor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationHeaderViewWrapper.java118 mColor = resolveColor(mExpandButton);
124 private int resolveColor(ImageView icon) { method in class:NotificationHeaderViewWrapper
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java444 public static int resolveColor(Context context, int color) { method in class:NotificationColorUtil
476 final int resolvedColor = resolveColor(context, notificationColor);
515 final int resolvedColor = resolveColor(context, notificationColor);

Completed in 75 milliseconds