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

/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);
/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

Completed in 85 milliseconds