Searched defs:colorize (Results 1 - 7 of 7) sorted by relevance

/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
/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/native/services/surfaceflinger/
H A DColorizer.h43 void colorize(String8& out, color c) { function in class:android::Colorizer
H A DSurfaceFlinger.cpp3696 bool colorize = false; local
3699 colorize = true;
3703 Colorizer colorizer(colorize);
H A DSurfaceFlinger_hwc1.cpp3200 bool colorize = false; local
3203 colorize = true;
3207 Colorizer colorizer(colorize);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1045 public Builder setColorized(boolean colorize) { argument
1046 mColorized = colorize;
/frameworks/base/core/java/android/app/
H A DNotification.java3454 public Builder setColorized(boolean colorize) { argument
3455 mN.extras.putBoolean(EXTRA_COLORIZED, colorize);
5251 * Returns whether an app can colorize due to the android.permission.USE_COLORIZED_NOTIFICATIONS
6206 boolean colorize = builder.isColorized();
6212 makeFontColorSpan(colorize
6218 makeFontColorSpan(colorize

Completed in 378 milliseconds