Searched refs:imageColor (Results 1 – 4 of 4) sorted by relevance
48 val imageColor = Utils.getColorAttrDefaultColor(context, EMERGENCY_BUTTON) regex51 DrawableCompat.setTint(wrappedDrawable, imageColor)
103 int imageColor = Utils.getColorAttrDefaultColor(getContext(), textColorResId); in reloadColors() local104 ((VectorDrawable) getDrawable()).setTintList(ColorStateList.valueOf(imageColor)); in reloadColors()
135 public int imageColor; field in A11yMenuShortcut169 imageColor = resources[IMG_COLOR_INDEX]; in setId()
149 mShortcutDrawableUtils.createAdaptiveIconDrawable(shortcutItem.imageColor)); in configureShortcutView()