Searched refs:mEnabledColor (Results 1 – 1 of 1) sorted by relevance
36 private ColorStateList mEnabledColor; field in ColoredSwitchPreference68 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()