Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DImportanceSeekBarPreference.java47 private ColorStateList mActiveSliderTint; field in ImportanceSeekBarPreference
58 mActiveSliderTint = ColorStateList.valueOf( in ImportanceSeekBarPreference()
136 final ColorStateList starTint = mAutoOn ? mActiveSliderTint : mInactiveSliderTint; in applyAutoUi()