Home
last modified time | relevance | path

Searched defs:isGrayscale (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java42 public static boolean isGrayscale(ImageView v, ContrastColorUtil colorUtil) { in isGrayscale() method in NotificationUtils
43 Object isGrayscale = v.getTag(R.id.icon_is_grayscale); in isGrayscale() local
/frameworks/base/core/java/com/android/internal/util/
DImageUtils.java69 public boolean isGrayscale(Bitmap bitmap) { in isGrayscale() method in ImageUtils
120 public static boolean isGrayscale(int color) { in isGrayscale() method in ImageUtils
/frameworks/base/libs/hwui/hwui/
DDrawTextFunctor.h91 bool isGrayscale = abs(lab->a) < 10 && abs(lab->b) < 10; in adjustHighContrastInnerTextColor() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java833 public boolean isGrayscale() { in isGrayscale() method in SplashscreenContentDrawer.DrawableColorTester
847 boolean isGrayscale(); in isGrayscale() method
885 public boolean isGrayscale() { in isGrayscale() method in SplashscreenContentDrawer.DrawableColorTester.SingleColorTester
967 public boolean isGrayscale() { in isGrayscale() method in SplashscreenContentDrawer.DrawableColorTester.ComplexDrawableTester
/frameworks/base/libs/androidfw/
DPng.cpp251 bool isGrayscale = true; in analyze_image() local
/frameworks/base/tools/aapt/
DImages.cpp891 bool isGrayscale = true; in analyze_image() local