Searched refs:PlaceholderInsetDrawable (Results 1 – 2 of 2) sorted by relevance
33 public class PlaceholderInsetDrawable extends InsetDrawable { class43 public static PlaceholderInsetDrawable fromDrawable(final Drawable drawable, in fromDrawable()51 return new PlaceholderInsetDrawable(drawable, insetHorizontal, insetVertical, in fromDrawable()55 private PlaceholderInsetDrawable(final Drawable drawable, final int insetLeft, in PlaceholderInsetDrawable() method in PlaceholderInsetDrawable
169 setImageDrawable(PlaceholderInsetDrawable.fromDrawable( in maybeSetupPlaceholderDrawable()