Home
last modified time | relevance | path

Searched refs:colorize (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoControlsService.kt119 private fun colorize(s: CharSequence, color: Int): CharSequence { in colorize() method
131 .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()
/frameworks/native/services/surfaceflinger/
DColorizer.h41 void colorize(std::string& out, color c) { in colorize() function
DSurfaceFlinger.cpp6854 const bool colorize = !args.empty() && args[0] == String16("--color"); in dumpAll() local
6855 Colorizer colorizer(colorize); in dumpAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java489 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mContrastColorUtil); in updateTintForIcon()
490 if (colorize) { in updateTintForIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java670 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()
673 if (colorize) { in updateShelfIconColor()
/frameworks/base/core/java/android/app/
DNotification.java5237 public Builder setColorized(boolean colorize) { in setColorized() argument
5238 mN.extras.putBoolean(EXTRA_COLORIZED, colorize); in setColorized()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...