Home
last modified time | relevance | path

Searched refs:colorize (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java89 verify(mColorizer).colorize(any(), anyInt(), anyBoolean()); in testColorizedWithLargeIcon()
118 verify(mColorizer).colorize(any(), anyInt(), anyBoolean()); in testRemoteViewsReset()
165 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { in colorize() method in MediaNotificationProcessorTest.TestableColorizer
/frameworks/native/services/surfaceflinger/
DColorizer.h43 void colorize(std::string& out, color c) { in colorize() function
DSurfaceFlinger.cpp4960 const bool colorize = !args.empty() && args[0] == String16("--color"); in dumpAllLocked() local
4961 Colorizer colorizer(colorize); in dumpAllLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageGradientColorizer.java35 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { in colorize() method in ImageGradientColorizer
DMediaNotificationProcessor.java148 Bitmap colorized = mColorizer.colorize(drawable, backgroundColor, in processNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java478 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mContrastColorUtil); in updateTintForIcon()
479 if (colorize) { in updateTintForIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java597 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()
600 if (colorize) { in updateShelfIconColor()
/frameworks/base/core/java/android/app/
DNotification.java4172 public Builder setColorized(boolean colorize) { in setColorized() argument
4173 mN.extras.putBoolean(EXTRA_COLORIZED, colorize); in setColorized()