Searched refs:findColor (Results 1 – 2 of 2) sorted by relevance
116 avatarIcon.setTint(findColor(name, layoutColor)); in createAvatarSymbol()122 int color = findColor(name, layoutColor); in createAvatarSymbol()134 private int findColor(@NonNull CharSequence senderName, int layoutColor) { in findColor() method in PeopleHelper
401 private int findColor(CharSequence senderName, int layoutColor) { in findColor() method