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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java90 private int mCachedContrastColorIsFor = COLOR_INVALID; field in class:NotificationData.Entry
215 if (mCachedContrastColorIsFor == rawColor && mCachedContrastColor != COLOR_INVALID) {
220 mCachedContrastColorIsFor = rawColor;
/frameworks/base/core/java/android/app/
H A DNotification.java2755 * Caches a contrast-enhanced version of {@link #mCachedContrastColorIsFor}.
2758 private int mCachedContrastColorIsFor = COLOR_INVALID; field in class:Notification.Builder
2760 * Caches a ambient version of {@link #mCachedContrastColorIsFor}.
4843 if (mCachedContrastColorIsFor == mN.color && mCachedContrastColor != COLOR_INVALID) {
4864 mCachedContrastColorIsFor = mN.color;

Completed in 62 milliseconds