Home
last modified time | relevance | path

Searched refs:NotificationColorUtil (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java42 public class NotificationColorUtil { class
47 private static NotificationColorUtil sInstance;
55 public static NotificationColorUtil getInstance(Context context) { in getInstance()
58 sInstance = new NotificationColorUtil(context); in getInstance()
64 private NotificationColorUtil(Context context) { in NotificationColorUtil() method in NotificationColorUtil
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationOverflowIconsView.java27 import com.android.internal.util.NotificationColorUtil;
39 private NotificationColorUtil mNotificationColorUtil;
48 mNotificationColorUtil = NotificationColorUtil.getInstance(getContext()); in onFinishInflate()
DBaseStatusBar.java87 import com.android.internal.util.NotificationColorUtil;
202 private NotificationColorUtil mNotificationColorUtil;
502 mNotificationColorUtil = NotificationColorUtil.getInstance(mContext); in start()
/frameworks/base/core/java/android/app/
DNotification.java52 import com.android.internal.util.NotificationColorUtil;
1975 private final NotificationColorUtil mColorUtil;
2042 NotificationColorUtil.getInstance(mContext) : null; in Builder()