Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialog.java112 private final ColorStateList mActiveSliderTint; field in VolumeDialog
164 mActiveSliderTint = loadColorStateList(R.color.system_accent_color); in VolumeDialog()
750 final ColorStateList tint = isActive && row.slider.isEnabled() ? mActiveSliderTint in updateVolumeRowSliderTintH()