Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/audioroute/
DAudioRouteSelectorDialogFragment.java158 int selectedColor = ThemeComponent.get(getContext()).theme().getColorPrimary(); in initItem() local
163 item.setTextColor(selectedColor); in initItem()
164 item.setCompoundDrawableTintList(ColorStateList.valueOf(selectedColor)); in initItem()
178 int selectedColor = ThemeComponent.get(getContext()).theme().getColorPrimary(); in createBluetoothItem() local
184 textView.setTextColor(selectedColor); in createBluetoothItem()
185 textView.setCompoundDrawableTintList(ColorStateList.valueOf(selectedColor)); in createBluetoothItem()