Searched defs:NinePatchDrawable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | NinePatchDrawable.java | 65 public class NinePatchDrawable extends Drawable { class 82 NinePatchDrawable() { in NinePatchDrawable() method in NinePatchDrawable 92 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { in NinePatchDrawable() method in NinePatchDrawable 100 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable 112 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable 125 public NinePatchDrawable(NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable 133 public NinePatchDrawable(Resources res, NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable 672 private NinePatchDrawable(NinePatchState state, Resources res, Theme theme) { in NinePatchDrawable() method in NinePatchDrawable
|