Searched defs:NinePatchDrawable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | NinePatchDrawable.java | 53 public class NinePatchDrawable extends Drawable { class 69 NinePatchDrawable() { in NinePatchDrawable() method in NinePatchDrawable 78 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { in NinePatchDrawable() method in NinePatchDrawable 86 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable 98 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable 110 public NinePatchDrawable(NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable 118 public NinePatchDrawable(Resources res, NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable 448 private NinePatchDrawable(NinePatchState state, Resources res) { in NinePatchDrawable() method in NinePatchDrawable
|