Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoControlsService.kt119 private fun colorize(s: CharSequence, color: Int): CharSequence { regex
131 .setTitle(colorize(getString(R.string.control_toy_title), COLOR_TOY_FG))
132 .setStatusText(colorize(
145 .setTitle(colorize(getString(R.string.control_water_title), COLOR_WATER_FG))
161 .setTitle(colorize(getString(R.string.control_food_title), COLOR_FOOD_FG))
166 if (filled) colorize(
168 else colorize(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt584 val colorize = !isPreL || NotificationUtils.isGrayscale(v, contrastColorUtil) regex
585 if (colorize) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java501 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mContrastColorUtil); in updateTintForIcon()
502 if (colorize) { in updateTintForIcon()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java646 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()
649 if (colorize) { in updateShelfIconColor()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java4749 public Builder setColorized(boolean colorize) { in setColorized() argument
4750 mN.extras.putBoolean(EXTRA_COLORIZED, colorize); in setColorized()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...