Home
last modified time | relevance | path

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

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