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/notification/collection/
DNotificationEntry.java146 private int mCachedContrastColor = COLOR_INVALID;
147 private int mCachedContrastColorIsFor = COLOR_INVALID;
492 if (mCachedContrastColorIsFor == rawColor && mCachedContrastColor != COLOR_INVALID) { in getContrastedColor()
1015 private static final int COLOR_INVALID = 1; field in NotificationEntry
/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/core/java/android/app/
DNotification.java744 public static final int COLOR_INVALID = 1; field in Notification
3470 private int mCachedContrastColor = COLOR_INVALID;
3471 private int mCachedContrastColorIsFor = COLOR_INVALID;
3476 private int mNeutralColor = COLOR_INVALID;
3483 private int mTextColorsAreForBackground = COLOR_INVALID;
3484 private int mPrimaryTextColor = COLOR_INVALID;
3485 private int mSecondaryTextColor = COLOR_INVALID;
3486 private int mBackgroundColor = COLOR_INVALID;
3487 private int mForegroundColor = COLOR_INVALID;
4859 return mForegroundColor != COLOR_INVALID; in hasForegroundColor()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java251 return Notification.COLOR_INVALID; in getOriginalIconColor()
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java47 public static final int NO_COLOR = Notification.COLOR_INVALID;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1966 return Notification.COLOR_INVALID; in getOriginalIconColor()
DExpandableNotificationRow.java613 if (color != Notification.COLOR_INVALID) { in getOriginalIconColor()