/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationUtils.java | 37 public static boolean isGrayscale(ImageView v, ContrastColorUtil colorUtil) { in isGrayscale() method in NotificationUtils 38 Object isGrayscale = v.getTag(R.id.icon_is_grayscale); in isGrayscale() local 39 if (isGrayscale != null) { in isGrayscale() 40 return Boolean.TRUE.equals(isGrayscale); in isGrayscale()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ImageUtils.java | 69 public boolean isGrayscale(Bitmap bitmap) { in isGrayscale() method in ImageUtils 98 if (!isGrayscale(mTempBuffer[i])) { in isGrayscale() 120 public static boolean isGrayscale(int color) { in isGrayscale() method in ImageUtils
|
D | ContrastColorUtil.java | 104 result = mImageUtils.isGrayscale(bitmap); in isGrayscaleIcon() 223 if (ImageUtils.isGrayscale(colors[i])) { in processTextAppearanceSpan()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashscreenContentDrawer.java | 611 public boolean isGrayscale() { in isGrayscale() method in SplashscreenContentDrawer.DrawableColorTester 612 return mColorChecker.isGrayscale(); in isGrayscale() 625 boolean isGrayscale(); in isGrayscale() method 663 public boolean isGrayscale() { in isGrayscale() method in SplashscreenContentDrawer.DrawableColorTester.SingleColorTester 745 public boolean isGrayscale() { in isGrayscale() method in SplashscreenContentDrawer.DrawableColorTester.ComplexDrawableTester 953 bgTester.getDominateColor(), bgTester.isComplexColor(), bgTester.isGrayscale(), in getIconColor()
|
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 262 bool isGrayscale = true; in analyze_image() local 295 if (isGrayscale) { in analyze_image() 301 isGrayscale = false; in analyze_image() 351 printf("isGrayscale = %s\n", isGrayscale ? "true" : "false"); in analyze_image() 368 if (isGrayscale) { in analyze_image() 421 if (isGrayscale) { in analyze_image()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 890 bool isGrayscale = true; in analyze_image() local 951 if (isGrayscale) { in analyze_image() 957 isGrayscale = false; in analyze_image() 1039 printf("isGrayscale = %s\n", isGrayscale ? "true" : "false"); in analyze_image() 1053 if (isGrayscale) { in analyze_image() 1125 if (isGrayscale) { in analyze_image()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 546 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mContrastColorUtil); in updateTintForIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 602 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 88540 Lcom/android/internal/util/ImageUtils;->isGrayscale(I)Z 88541 Lcom/android/internal/util/ImageUtils;->isGrayscale(Landroid/graphics/Bitmap;)Z
|