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