Searched refs:getOrganisationLogo (Results 1 – 3 of 3) sorted by relevance
96 Drawable drawable = LogoUtils.getOrganisationLogo(getContext(), SAMPLE_COLOR); in testSaveGetOrganisationLogo()112 Drawable actual = LogoUtils.getOrganisationLogo(getContext(), SAMPLE_COLOR); in testDefaultOrganisationLogo()
77 layout.setIcon(LogoUtils.getOrganisationLogo(this, params.mainColor)); in initializeLayoutParams()
44 public static @NonNull Drawable getOrganisationLogo(Context context, Integer colorTint) { in getOrganisationLogo() method in LogoUtils