Searched refs:colorize (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | MediaNotificationProcessorTest.java | 64 verify(mColorizer).colorize(any(), anyInt(), anyBoolean()); in testColorizedWithLargeIcon() 93 verify(mColorizer).colorize(any(), anyInt(), anyBoolean()); in testRemoteViewsReset() 110 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { in colorize() method in MediaNotificationProcessorTest.TestableColorizer
|
/frameworks/native/services/surfaceflinger/ |
D | Colorizer.h | 43 void colorize(String8& out, color c) { in colorize() function
|
D | SurfaceFlinger_hwc1.cpp | 3180 bool colorize = false; in dumpAllLocked() local 3183 colorize = true; in dumpAllLocked() 3187 Colorizer colorizer(colorize); in dumpAllLocked()
|
D | SurfaceFlinger.cpp | 3550 bool colorize = false; in dumpAllLocked() local 3553 colorize = true; in dumpAllLocked() 3557 Colorizer colorizer(colorize); in dumpAllLocked()
|
D | Layer.cpp | 2365 colorizer.colorize(result, Colorizer::GREEN);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 275 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil); in applyNotificationIconsTint() 276 if (colorize) { in applyNotificationIconsTint()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ImageGradientColorizer.java | 37 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { in colorize() method in ImageGradientColorizer
|
D | MediaNotificationProcessor.java | 154 Bitmap colorized = mColorizer.colorize(drawable, backgroundColor, in processNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 364 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor() 367 if (colorize) { in updateShelfIconColor()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 1420 public Builder setColorized(boolean colorize) { in setColorized() argument 1421 mColorized = colorize; in setColorized()
|