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

/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationUtils.java33 public static boolean isGrayscale(ImageView v, NotificationColorUtil colorUtil) { method in class:NotificationUtils
34 Object isGrayscale = v.getTag(R.id.icon_is_grayscale);
35 if (isGrayscale != null) {
36 return Boolean.TRUE.equals(isGrayscale);
/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) {

Completed in 180 milliseconds