Searched refs:DrawableWrapper (Results 1 – 4 of 4) sorted by relevance
24 import android.support.v7.graphics.drawable.DrawableWrapper;56 if (oldDrawable instanceof DrawableWrapper) { in getColorTintedDrawable()57 oldDrawable = ((DrawableWrapper) oldDrawable).getWrappedDrawable(); in getColorTintedDrawable()
23 import android.support.v7.graphics.drawable.DrawableWrapper;32 class TintDrawableWrapper extends DrawableWrapper {
34 public class DrawableWrapper extends Drawable implements Drawable.Callback { class37 public DrawableWrapper(Drawable drawable) { in DrawableWrapper() method in DrawableWrapper
25 public class InsetBoundsDrawable extends DrawableWrapper {