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

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

Completed in 95 milliseconds