Searched defs:NinePatchDrawable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | NinePatchDrawable.java | 66 public class NinePatchDrawable extends Drawable { class 88 NinePatchDrawable() { in NinePatchDrawable() method in NinePatchDrawable 99 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { in NinePatchDrawable() method in NinePatchDrawable 107 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable 118 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable 132 public NinePatchDrawable(@NonNull NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable 140 public NinePatchDrawable(@Nullable Resources res, @NonNull NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable 721 private NinePatchDrawable(@NonNull NinePatchState state, @Nullable Resources res) { in NinePatchDrawable() method in NinePatchDrawable
|