D | ShapeDrawable.java | 70 public class ShapeDrawable extends Drawable { class 78 public ShapeDrawable() { in ShapeDrawable() method in ShapeDrawable 87 public ShapeDrawable(Shape s) { in ShapeDrawable() method in ShapeDrawable 384 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ShapeDrawable); in inflate() 417 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme() 558 return new ShapeDrawable(this, null); in newDrawable() 563 return new ShapeDrawable(this, res); in newDrawable() 576 private ShapeDrawable(ShapeState state, Resources res) { in ShapeDrawable() method in ShapeDrawable
|