Searched defs:colorize (Results 1 - 6 of 6) 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.cpp4168 bool colorize = false; local
4171 colorize = true;
4175 Colorizer colorizer(colorize);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java1110 public Builder setColorized(boolean colorize) { argument
1111 mColorized = colorize;
/frameworks/base/core/java/android/app/
H A DNotification.java3902 public Builder setColorized(boolean colorize) { argument
3903 mN.extras.putBoolean(EXTRA_COLORIZED, colorize);
5888 * Returns whether an app can colorize due to the android.permission.USE_COLORIZED_NOTIFICATIONS

Completed in 140 milliseconds