Searched defs:colorize (Results 1 – 6 of 6) sorted by relevance
43 void colorize(std::string& out, color c) { in colorize() function
4676 const bool colorize = !args.empty() && args[0] == String16("--color"); in dumpAllLocked() local
35 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { in colorize() method in ImageGradientColorizer
165 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { in colorize() method in MediaNotificationProcessorTest.TestableColorizer
118 private fun colorize(s: CharSequence, color: Int): CharSequence { in colorize() method
4315 public Builder setColorized(boolean colorize) { in setColorized()