Home
last modified time | relevance | path

Searched refs:COLOR_INVALID (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DColoredIconHelper.java32 static final int COLOR_INVALID = Notification.COLOR_INVALID; field in ColoredIconHelper
42 if (originalColor == COLOR_INVALID) { in applyGrayTint()
DCachingIconView.java257 boolean hasColor = color != ColoredIconHelper.COLOR_INVALID; in setOriginalIconColor()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java410 assertThat(c.getBackgroundColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
411 assertThat(c.getProtectionColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
412 assertThat(c.getPrimaryTextColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
413 assertThat(c.getSecondaryTextColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
414 assertThat(c.getPrimaryAccentColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
415 assertThat(c.getSecondaryAccentColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
416 assertThat(c.getErrorColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
417 assertThat(c.getContrastColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java149 private int mCachedContrastColor = COLOR_INVALID;
150 private int mCachedContrastColorIsFor = COLOR_INVALID;
482 if (mCachedContrastColorIsFor == rawColor && mCachedContrastColor != COLOR_INVALID) { in getContrastedColor()
1011 private static final int COLOR_INVALID = 1; field in NotificationEntry
/frameworks/base/core/java/android/app/
DNotification.java813 public static final int COLOR_INVALID = 1; field in Notification
6288 colorable ? color : COLOR_INVALID);
12298 private int mPaletteIsForRawColor = COLOR_INVALID;
12302 private int mBackgroundColor = COLOR_INVALID;
12303 private int mProtectionColor = COLOR_INVALID;
12304 private int mPrimaryTextColor = COLOR_INVALID;
12305 private int mSecondaryTextColor = COLOR_INVALID;
12306 private int mPrimaryAccentColor = COLOR_INVALID;
12307 private int mSecondaryAccentColor = COLOR_INVALID;
12308 private int mErrorColor = COLOR_INVALID;
[all …]
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java511 static final int COLOR_INVALID = 7; field in Cea608CCParser.StyleCode
531 if (color == COLOR_INVALID) { in fromByte()
593 if (color == COLOR_INVALID) { in fromBytes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java267 return Notification.COLOR_INVALID; in getOriginalIconColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1979 return Notification.COLOR_INVALID; in getOriginalIconColor()
DExpandableNotificationRow.java616 if (color != Notification.COLOR_INVALID) { in getOriginalIconColor()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7919 Landroid/app/Notification;->COLOR_INVALID:I
28051 Landroid/media/Cea608CCParser$StyleCode;->COLOR_INVALID:I