Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java43 public class NotificationColorUtil { class
48 private static NotificationColorUtil sInstance;
56 public static NotificationColorUtil getInstance(Context context) { in getInstance()
59 sInstance = new NotificationColorUtil(context); in getInstance()
65 private NotificationColorUtil(Context context) { in NotificationColorUtil() method in NotificationColorUtil
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationOverflowIconsView.java26 import com.android.internal.util.NotificationColorUtil;
38 private NotificationColorUtil mNotificationColorUtil;
47 mNotificationColorUtil = NotificationColorUtil.getInstance(getContext()); in onFinishInflate()
DBaseStatusBar.java90 import com.android.internal.util.NotificationColorUtil;
200 private NotificationColorUtil mNotificationColorUtil;
548 mNotificationColorUtil = NotificationColorUtil.getInstance(mContext); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconController.java38 import com.android.internal.util.NotificationColorUtil;
67 private NotificationColorUtil mNotificationColorUtil;
111 mNotificationColorUtil = NotificationColorUtil.getInstance(context); in StatusBarIconController()
/frameworks/base/core/java/android/app/
DNotification.java55 import com.android.internal.util.NotificationColorUtil;
2102 private final NotificationColorUtil mColorUtil;
2169 NotificationColorUtil.getInstance(mContext) : null; in Builder()