Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DColoredSwitchPreference.java36 private ColorStateList mEnabledColor; field in ColoredSwitchPreference
68 mEnabledColor = a.getColorStateList(R.styleable.ColoredSwitchPreference_enabledTitleColor); in init()
69 if (mEnabledColor == null) { in init()
70 mEnabledColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
83 title.setTextColor(mEnabledColor); in onBindViewHolder()