Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DImportancePreference.java173 ColorStateList colorNormal = getRegularTint(); in setImportanceSummary() local
177 ((ImageView) parent.findViewById(R.id.silence_icon)).setImageTintList(colorNormal); in setImportanceSummary()
178 ((TextView) parent.findViewById(R.id.silence_label)).setTextColor(colorNormal); in setImportanceSummary()
186 ((ImageView) parent.findViewById(R.id.alert_icon)).setImageTintList(colorNormal); in setImportanceSummary()
187 ((TextView) parent.findViewById(R.id.alert_label)).setTextColor(colorNormal); in setImportanceSummary()
H A DConversationPriorityPreference.java166 ColorStateList colorNormal = getRegularTint(); in setSelected() local
172 icon.setImageTintList(selected ? colorAccent : colorNormal); in setSelected()
173 label.setTextColor(selected ? colorAccent : colorNormal); in setSelected()