Searched defs:NO_COLOR (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java46 public static final int NO_COLOR = Notification.COLOR_INVALID; field in class:NotificationHeaderView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java95 protected static final int NO_COLOR = 0; field in class:ActivatableNotificationView
109 protected int mBgTint = NO_COLOR;
529 * This can be {@link #NO_COLOR} if the tint should be normally computed.
537 color = NO_COLOR;
995 if (withOverRide && mOverrideTint != NO_COLOR) {
999 if (withTint && mBgTint != NO_COLOR) {
H A DStatusBarIconView.java63 public static final int NO_COLOR = 0; field in class:StatusBarIconView
139 private int mCurrentSetColor = NO_COLOR;
140 private int mAnimationStartColor = NO_COLOR;
149 private int mCachedContrastBackgroundColor = NO_COLOR;
572 if (mCurrentSetColor != NO_COLOR) {
609 if (animate && mCurrentSetColor != NO_COLOR) {
619 mAnimationStartColor = NO_COLOR;
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h115 * that color value; otherwise it will contain NO_COLOR. Segments that
143 NO_COLOR = 0x00000001, enumerator in enum:android::__anon951

Completed in 121 milliseconds