Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java40 public static boolean isGrayscale(ImageView v, ContrastColorUtil colorUtil) { in isGrayscale() method in NotificationUtils
41 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/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java842 public boolean isGrayscale() { in isGrayscale() method in SplashscreenContentDrawer.DrawableColorTester
856 boolean isGrayscale(); in isGrayscale() method
894 public boolean isGrayscale() { in isGrayscale() method in SplashscreenContentDrawer.DrawableColorTester.SingleColorTester
976 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