Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java165 final int[] iconFgColors = resources.getIntArray(R.array.bt_icon_fg_colors); in buildBtRainbowDrawable() local
170 drawable.setTint(iconFgColors[index]); in buildBtRainbowDrawable()