Searched refs:selectedColor (Results 1 – 1 of 1) sorted by relevance
158 int selectedColor = ThemeComponent.get(getContext()).theme().getColorPrimary(); in initItem() local163 item.setTextColor(selectedColor); in initItem()164 item.setCompoundDrawableTintList(ColorStateList.valueOf(selectedColor)); in initItem()178 int selectedColor = ThemeComponent.get(getContext()).theme().getColorPrimary(); in createBluetoothItem() local184 textView.setTextColor(selectedColor); in createBluetoothItem()185 textView.setCompoundDrawableTintList(ColorStateList.valueOf(selectedColor)); in createBluetoothItem()