Home
last modified time | relevance | path

Searched refs:colorTint (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DLogoUtils.java44 public static @NonNull Drawable getOrganisationLogo(Context context, Integer colorTint) { in getOrganisationLogo() argument
63 if (colorTint != null) { in getOrganisationLogo()
64 organisationLogo.setColorFilter(colorTint, PorterDuff.Mode.SRC_ATOP); in getOrganisationLogo()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java1754 final ColorStateList colorTint = useActiveColoring
1758 ? Color.alpha(colorTint.getDefaultColor())
1767 row.sliderProgressSolid.setTintList(colorTint);
1769 row.sliderBgIcon.setTintList(colorTint);
1786 row.number.setTextColor(colorTint);