Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DSwitchBar.java85 private int mBackgroundActivatedColor; field in SwitchBar
117 mBackgroundActivatedColor = a.getColor(3, 0); in SwitchBar()
180 setBackgroundColor(isChecked ? mBackgroundActivatedColor : mBackgroundColor); in setTextViewLabelAndBackground()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSwitchBar.java85 private int mBackgroundActivatedColor; field in SwitchBar
118 mBackgroundActivatedColor = a.getColor(3, 0); in SwitchBar()
172 setBackgroundColor(isChecked ? mBackgroundActivatedColor : mBackgroundColor); in setTextViewLabelAndBackground()