Searched refs:layoutColor (Results 1 – 1 of 1) sorted by relevance
310 public Icon createAvatarSymbol(CharSequence senderName, String symbol, int layoutColor) { in createAvatarSymbol() argument315 avatarIcon.setTint(findColor(senderName, layoutColor)); in createAvatarSymbol()321 int color = findColor(senderName, layoutColor); in createAvatarSymbol()333 private int findColor(CharSequence senderName, int layoutColor) { in findColor() argument334 double luminance = ContrastColorUtil.calculateLuminance(layoutColor); in findColor()340 return ContrastColorUtil.getShiftedColor(layoutColor, in findColor()