Searched refs:colorStateList (Results 1 – 7 of 7) sorted by relevance
45 ColorStateList colorStateList = ColorStateList in getCompoundIcon() local47 icon.setTintList(colorStateList); in getCompoundIcon()
62 val colorStateList = a.getColorStateList(0) in resolveColor() constant63 return colorStateList?.getColorForState(stateSet, Color.RED) ?: Color.RED in resolveColor()
191 ColorStateList colorStateList = in setFeatureIcons() local201 hdIcon.setImageTintList(colorStateList); in setFeatureIcons()209 wifiIcon.setImageTintList(colorStateList); in setFeatureIcons()218 assistedDialIcon.setImageTintList(colorStateList); in setFeatureIcons()
54 final ColorStateList colorStateList, final PorterDuff.Mode mode) { in getColorTintedDrawable() argument59 final Drawable newDrawable = new TintDrawableWrapper(oldDrawable, colorStateList, mode); in getColorTintedDrawable()
108 final ColorStateList colorStateList = getContext().getResources() in createEnergyModeRadioPreference() local110 icon.setTintList(colorStateList); in createEnergyModeRadioPreference()
274 val colorStateList = typedArray.getColorStateList(0) in getColorStateListForAttr() constant276 return colorStateList in getColorStateListForAttr()
584 ColorStateList colorStateList = context.getColorStateList( in setColor() local590 ImageViewCompat.setImageTintList((ImageView) v, colorStateList); in setColor() local592 ((ProgressBar) v).setIndeterminateTintList(colorStateList); in setColor()