Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DColoredIconHelper.java32 static final int COLOR_INVALID = Notification.COLOR_INVALID; field in ColoredIconHelper
42 if (originalColor == COLOR_INVALID) { in applyGrayTint()
H A DCachingIconView.java257 boolean hasColor = color != ColoredIconHelper.COLOR_INVALID; in setOriginalIconColor()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java605 assertThat(c.getBackgroundColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
606 assertThat(c.getProtectionColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
607 assertThat(c.getPrimaryTextColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
608 assertThat(c.getSecondaryTextColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
609 assertThat(c.getPrimaryAccentColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
610 assertThat(c.getSecondaryAccentColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
611 assertThat(c.getTertiaryAccentColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
612 assertThat(c.getOnAccentTextColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
613 assertThat(c.getErrorColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
614 assertThat(c.getContrastColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A 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
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java813 public static final int COLOR_INVALID = 1; field in Notification
6354 colorable ? color : COLOR_INVALID);
12371 private int mBackgroundColor = COLOR_INVALID;
12372 private int mProtectionColor = COLOR_INVALID;
12373 private int mPrimaryTextColor = COLOR_INVALID;
12378 private int mOnAccentTextColor = COLOR_INVALID;
12379 private int mErrorColor = COLOR_INVALID;
12380 private int mContrastColor = COLOR_INVALID;
12508 if (mErrorColor == COLOR_INVALID) { in resolvePalette()
12513 if (mProtectionColor == COLOR_INVALID) { in resolvePalette()
[all …]
/aosp12/frameworks/base/media/java/android/media/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapper.java268 return Notification.COLOR_INVALID; in getOriginalIconColor()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1996 return Notification.COLOR_INVALID; in getOriginalIconColor()
H A DExpandableNotificationRow.java624 if (color != Notification.COLOR_INVALID) { in getOriginalIconColor()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7919 Landroid/app/Notification;->COLOR_INVALID:I
28051 Landroid/media/Cea608CCParser$StyleCode;->COLOR_INVALID:I