Searched refs:iconBgColors (Results 1 – 1 of 1) sorted by relevance
212 final int[] iconBgColors = resources.getIntArray(R.array.bt_icon_bg_colors); in buildBtRainbowDrawable() local215 final int index = Math.abs(hashCode % iconBgColors.length); in buildBtRainbowDrawable()218 ((AdaptiveIcon) adaptiveIcon).setBackgroundColor(iconBgColors[index]); in buildBtRainbowDrawable()