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