Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DNinePatchDrawable.java66 public class NinePatchDrawable extends Drawable { class
83 NinePatchDrawable() { in NinePatchDrawable() method in NinePatchDrawable
93 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { in NinePatchDrawable() method in NinePatchDrawable
101 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable
113 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, in NinePatchDrawable() method in NinePatchDrawable
126 public NinePatchDrawable(NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable
134 public NinePatchDrawable(Resources res, NinePatch patch) { in NinePatchDrawable() method in NinePatchDrawable
680 private NinePatchDrawable(NinePatchState state, Resources res) { in NinePatchDrawable() method in NinePatchDrawable