Searched refs:colorize (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DColorizer.h43 void colorize(String8& out, color c) { function in class:android::Colorizer
H A DSurfaceFlinger.cpp3550 bool colorize = false; local
3553 colorize = true;
3557 Colorizer colorizer(colorize);
H A DSurfaceFlinger_hwc1.cpp3180 bool colorize = false; local
3183 colorize = true;
3187 Colorizer colorizer(colorize);
H A DLayer.cpp2365 colorizer.colorize(result, Colorizer::GREEN);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessorTest.java64 verify(mColorizer).colorize(any(), anyInt(), anyBoolean());
93 verify(mColorizer).colorize(any(), anyInt(), anyBoolean());
110 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { method in class:MediaNotificationProcessorTest.TestableColorizer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DImageGradientColorizer.java34 * A utility class to colorize bitmaps with a color gradient and a special blending mode
37 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { method in class:ImageGradientColorizer
H A DMediaNotificationProcessor.java154 Bitmap colorized = mColorizer.colorize(drawable, backgroundColor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java275 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil);
276 if (colorize) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java364 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon,
367 if (colorize) {
/frameworks/base/core/java/android/app/
H A DNotification.java3407 public Builder setColorized(boolean colorize) { argument
3408 mN.extras.putBoolean(EXTRA_COLORIZED, colorize);
6016 boolean colorize = builder.isColorized();
6020 makeFontColorSpan(colorize
6026 makeFontColorSpan(colorize
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1420 public Builder setColorized(boolean colorize) { argument
1421 mColorized = colorize;

Completed in 2377 milliseconds