Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java88 private static final int COLOR_INVALID = 1; field in NotificationData.Entry
108 private int mCachedContrastColor = COLOR_INVALID;
109 private int mCachedContrastColorIsFor = COLOR_INVALID;
254 if (mCachedContrastColorIsFor == rawColor && mCachedContrastColor != COLOR_INVALID) { in getContrastedColor()
/frameworks/support/media/src/main/java/androidx/media/subtitle/
DCea608CCParser.java290 static final int COLOR_INVALID = 7; field in Cea608CCParser.StyleCode
310 if (color == COLOR_INVALID) { in fromByte()
372 if (color == COLOR_INVALID) { in fromBytes()
/frameworks/base/core/java/android/app/
DNotification.java709 public static final int COLOR_INVALID = 1; field in Notification
3184 private int mCachedContrastColor = COLOR_INVALID;
3185 private int mCachedContrastColorIsFor = COLOR_INVALID;
3189 private int mCachedAmbientColor = COLOR_INVALID;
3190 private int mCachedAmbientColorIsFor = COLOR_INVALID;
3194 private int mNeutralColor = COLOR_INVALID;
3201 private int mTextColorsAreForBackground = COLOR_INVALID;
3202 private int mPrimaryTextColor = COLOR_INVALID;
3203 private int mSecondaryTextColor = COLOR_INVALID;
3204 private int mBackgroundColor = 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/av/packages/MediaComponents/src/com/android/media/subtitle/
DClosedCaptionRenderer.java506 static final int COLOR_INVALID = 7; field in Cea608CCParser.StyleCode
526 if (color == COLOR_INVALID) { in fromByte()
588 if (color == COLOR_INVALID) { in fromBytes()
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java46 public static final int NO_COLOR = Notification.COLOR_INVALID;
/frameworks/base/config/
Dhiddenapi-private-dex.txt9351 Landroid/app/Notification;->COLOR_INVALID:I
43858 Landroid/media/Cea608CCParser$StyleCode;->COLOR_INVALID:I