Searched refs:mDisabledColor (Results 1 – 1 of 1) sorted by relevance
37 private ColorStateList mDisabledColor; field in ColoredSwitchPreference63 mDisabledColor = a.getColorStateList( in init()65 if (mDisabledColor == null) { in init()66 mDisabledColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()85 title.setTextColor(mDisabledColor); in onBindViewHolder()