D | ShapeDrawable.java | 75 public class ShapeDrawable extends Drawable { class 83 public ShapeDrawable() { in ShapeDrawable() method in ShapeDrawable 92 public ShapeDrawable(Shape s) { in ShapeDrawable() method in ShapeDrawable 407 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ShapeDrawable); in inflate() 441 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme() 599 return new ShapeDrawable(new ShapeState(this), null); in newDrawable() 604 return new ShapeDrawable(new ShapeState(this), res); in newDrawable() 618 private ShapeDrawable(ShapeState state, Resources res) { in ShapeDrawable() method in ShapeDrawable
|