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