Searched refs:colorTint (Results 1 – 1 of 1) sorted by relevance
44 public static @NonNull Drawable getOrganisationLogo(Context context, Integer colorTint) { in getOrganisationLogo() argument63 if (colorTint != null) { in getOrganisationLogo()64 organisationLogo.setColorFilter(colorTint, PorterDuff.Mode.SRC_ATOP); in getOrganisationLogo()