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

/frameworks/base/libs/hwui/utils/
H A DNinePatchImpl.cpp68 if (colorHint != android::Res_png_9patch::NO_COLOR) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationHeaderViewWrapper.java176 != NotificationHeaderView.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/tools/aapt2/compile/
H A DPng.cpp924 return android::Res_png_9patch::NO_COLOR;
928 return android::Res_png_9patch::NO_COLOR;
1156 if (c != android::Res_png_9patch::NO_COLOR) {
/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java40 public static final int NO_COLOR = -1; field in class:NotificationHeaderView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationHeaderUtil.java72 if (originalColor != NotificationHeaderView.NO_COLOR) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h113 * that color value; otherwise it will contain NO_COLOR. Segments that
141 NO_COLOR = 0x00000001, enumerator in enum:android::__anon976
/frameworks/base/core/java/android/app/
H A DNotification.java3885 colorable ? resolveContrastColor() : NotificationHeaderView.NO_COLOR);

Completed in 379 milliseconds