Home
last modified time | relevance | path

Searched defs:NinePatchDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DNinePatchDrawable.java39 public class NinePatchDrawable extends Drawable { class
54 NinePatchDrawable() { in NinePatchDrawable() method in NinePatchDrawable
63 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { in NinePatchDrawable() method in NinePatchDrawable
71 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable
83 public NinePatchDrawable(NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable
91 public NinePatchDrawable(Resources res, NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable
384 private NinePatchDrawable(NinePatchState state, Resources res) { in NinePatchDrawable() method in NinePatchDrawable
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DNinePatchDrawable.java26 public class NinePatchDrawable extends Drawable { class
30 NinePatchDrawable(NinePatch ninePatch) { in NinePatchDrawable() method in NinePatchDrawable