Searched defs:colorize (Results 1 – 5 of 5) sorted by relevance
41 void colorize(std::string& out, color c) { in colorize() function
6011 const bool colorize = !args.empty() && args[0] == String16("--color"); in dumpAllLocked() local
119 private fun colorize(s: CharSequence, color: Int): CharSequence { in colorize() method in com.android.egg.neko.NekoControlsService
584 val colorize = !isPreL || NotificationUtils.isGrayscale(v, contrastColorUtil) in <lambda>() constant
4749 public Builder setColorized(boolean colorize) { in setColorized()