public interface

ResourceManagerInternal.ResourceManagerHooks

 androidx.appcompat.widget.ResourceManagerInternal.ResourceManagerHooks

Summary

Methods
public DrawablecreateDrawableFor(ResourceManagerInternal appCompatDrawableManager, Context context, int resId)

public ColorStateListgetTintListForDrawableRes(Context context, int resId)

public PorterDuff.ModegetTintModeForDrawableRes(int resId)

public booleantintDrawable(Context context, int resId, Drawable drawable)

public booleantintDrawableUsingColorFilter(Context context, int resId, Drawable drawable)

Methods

public Drawable createDrawableFor(ResourceManagerInternal appCompatDrawableManager, Context context, int resId)

public boolean tintDrawable(Context context, int resId, Drawable drawable)

public ColorStateList getTintListForDrawableRes(Context context, int resId)

public boolean tintDrawableUsingColorFilter(Context context, int resId, Drawable drawable)

public PorterDuff.Mode getTintModeForDrawableRes(int resId)