D | ShapeDrawable.java | 76 public class ShapeDrawable extends Drawable { class 84 public ShapeDrawable() { in ShapeDrawable() method in ShapeDrawable 93 public ShapeDrawable(Shape s) { in ShapeDrawable() method in ShapeDrawable 405 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ShapeDrawable); in inflate() 439 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme() 597 return new ShapeDrawable(this, null); in newDrawable() 602 return new ShapeDrawable(this, res); in newDrawable() 616 private ShapeDrawable(ShapeState state, Resources res) { in ShapeDrawable() method in ShapeDrawable
|