Searched refs:isGrayscale (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationUtils.java36 public static boolean isGrayscale(ImageView v, NotificationColorUtil colorUtil) { method in class:NotificationUtils
37 Object isGrayscale = v.getTag(R.id.icon_is_grayscale);
38 if (isGrayscale != null) {
39 return Boolean.TRUE.equals(isGrayscale);
/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java58 public boolean isGrayscale(Bitmap bitmap) { method in class:ImageUtils
87 if (!isGrayscale(mTempBuffer[i])) {
109 public static boolean isGrayscale(int color) { method in class:ImageUtils
H A DNotificationColorUtil.java104 result = mImageUtils.isGrayscale(bitmap);
223 if (ImageUtils.isGrayscale(colors[i])) {
/frameworks/base/tools/aapt/
H A DImages.cpp890 bool isGrayscale = true; local
951 if (isGrayscale) {
957 isGrayscale = false;
1039 printf("isGrayscale = %s\n", isGrayscale ? "true" : "false");
1053 if (isGrayscale) {
1125 if (isGrayscale) {
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp261 bool isGrayscale = true; local
294 if (isGrayscale) {
300 isGrayscale = false;
350 printf("isGrayscale = %s\n", isGrayscale ? "true" : "false");
367 if (isGrayscale) {
420 if (isGrayscale) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java282 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java386 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon,

Completed in 182 milliseconds