Searched refs:colorize (Results 1 – 7 of 7) sorted by relevance
119 private fun colorize(s: CharSequence, color: Int): CharSequence { in colorize() method131 .setTitle(colorize(getString(R.string.control_toy_title), COLOR_TOY_FG)) in makeToyControl()132 .setStatusText(colorize( in makeToyControl()145 .setTitle(colorize(getString(R.string.control_water_title), COLOR_WATER_FG)) in makeWaterBowlControl()161 .setTitle(colorize(getString(R.string.control_food_title), COLOR_FOOD_FG)) in makeFoodBowlControl()166 if (filled) colorize( in makeFoodBowlControl()168 else colorize( in makeFoodBowlControl()
41 void colorize(std::string& out, color c) { in colorize() function
6854 const bool colorize = !args.empty() && args[0] == String16("--color"); in dumpAll() local6855 Colorizer colorizer(colorize); in dumpAll()
489 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mContrastColorUtil); in updateTintForIcon()490 if (colorize) { in updateTintForIcon()
670 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()673 if (colorize) { in updateShelfIconColor()
5237 public Builder setColorized(boolean colorize) { in setColorized() argument5238 mN.extras.putBoolean(EXTRA_COLORIZED, colorize); in setColorized()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...