Searched defs:NinePatchDrawable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | NinePatchDrawable.java | 67 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 725 private NinePatchDrawable(@NonNull NinePatchState state, @Nullable Resources res) { in NinePatchDrawable() method in NinePatchDrawable
|