Searched refs:USER_ICON_COLORS (Results 1 – 1 of 1) sorted by relevance
34 private static final int[] USER_ICON_COLORS = { field in UserIcons84 colorResId = USER_ICON_COLORS[userId % USER_ICON_COLORS.length]; in getDefaultUserIcon()106 int[] result = new int[USER_ICON_COLORS.length]; in getUserIconColors()108 result[i] = resources.getColor(USER_ICON_COLORS[i], null); in getUserIconColors()