Home
last modified time | relevance | path

Searched refs:iconBgColors (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java185 final int[] iconBgColors = resources.getIntArray(R.array.bt_icon_bg_colors); in buildBtRainbowDrawable() local
188 final int index = Math.abs(hashCode % iconBgColors.length); in buildBtRainbowDrawable()
191 ((AdaptiveIcon) adaptiveIcon).setBackgroundColor(iconBgColors[index]); in buildBtRainbowDrawable()