Searched refs:constantStateDrawable (Results 1 – 2 of 2) sorted by relevance
256 final Drawable.ConstantState constantStateDrawable = drawable.getConstantState(); in getTintedDrawable() local257 final Drawable retDrawable = (constantStateDrawable != null) in getTintedDrawable()258 ? constantStateDrawable.newDrawable(context.getResources()).mutate() in getTintedDrawable()
877 final Drawable.ConstantState constantStateDrawable = drawable.getConstantState(); in getTintedDrawable() local878 final Drawable retDrawable = (constantStateDrawable != null) in getTintedDrawable()879 ? constantStateDrawable.newDrawable(context.getResources()).mutate() in getTintedDrawable()