Searched refs:NO_COLOR (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/libs/hwui/
H A DNinePatchUtils.h90 } else if (Res_png_9patch::NO_COLOR != currentColor) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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;
H A DNotificationShelf.java248 int colorOfViewBeforeLast = NO_COLOR;
253 int colorTwoBefore = NO_COLOR;
254 int previousColor = NO_COLOR;
308 if (colorOfViewBeforeLast == NO_COLOR) {
314 row.setOverrideTintColor(NO_COLOR, 0 /* overrideAmount */);
680 if (!noIcon && shelfColor != StatusBarIconView.NO_COLOR) {
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 DNotificationHeaderUtil.java72 if (originalColor != NotificationHeaderView.NO_COLOR) {
H A DExpandableNotificationRow.java500 int color = StatusBarIconView.NO_COLOR;
712 setOverrideTintColor(NO_COLOR, 0.0f);
2658 return mIsColorized && mBgTint != NO_COLOR;
/frameworks/base/tools/aapt2/compile/
H A DNinePatch.cpp312 // If the expectedColor is not transparent, NO_COLOR.
314 return android::Res_png_9patch::NO_COLOR;
317 return android::Res_png_9patch::NO_COLOR;
332 // that color. Otherwise it gets the special NO_COLOR color.
H A DPng.cpp960 return android::Res_png_9patch::NO_COLOR;
964 return android::Res_png_9patch::NO_COLOR;
1197 if (c != android::Res_png_9patch::NO_COLOR) {
H A DNinePatch_test.cpp290 (uint32_t)android::Res_png_9patch::NO_COLOR,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java314 int color = StatusBarIconView.NO_COLOR;
H A DNotificationIconContainer.java673 public int iconColor = StatusBarIconView.NO_COLOR;
/frameworks/base/tools/aapt/
H A DImages.cpp525 return Res_png_9patch::NO_COLOR;
529 return Res_png_9patch::NO_COLOR;
760 if (c != Res_png_9patch::NO_COLOR)
/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/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
/frameworks/base/core/java/android/app/
H A DNotification.java5410 colorable ? color : NotificationHeaderView.NO_COLOR);

Completed in 298 milliseconds