H A D | NinePatchDrawable.java | 66 public class NinePatchDrawable extends Drawable { class 89 NinePatchDrawable() { in NinePatchDrawable() method in NinePatchDrawable 100 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { in NinePatchDrawable() method in NinePatchDrawable 108 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable 119 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable 133 public NinePatchDrawable(@NonNull NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable 141 public NinePatchDrawable(@Nullable Resources res, @NonNull NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable 491 state.mThemeAttrs, R.styleable.NinePatchDrawable); in applyTheme() 650 return new NinePatchDrawable(this, null); in newDrawable() 655 return new NinePatchDrawable(this, res); in newDrawable() [all …]
|