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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java48 * <p>For more information about how to use a NinePatchDrawable, read the
54 public class NinePatchDrawable extends Drawable { class in inherits:Drawable
70 NinePatchDrawable() { method in class:NinePatchDrawable
75 * @deprecated Use {@link #NinePatchDrawable(Resources, Bitmap, byte[], Rect, String)}
79 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { method in class:NinePatchDrawable
87 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, method in class:NinePatchDrawable
99 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, method in class:NinePatchDrawable
107 * @deprecated Use {@link #NinePatchDrawable(Resources, NinePatch)}
111 public NinePatchDrawable(NinePatch patch) { method in class:NinePatchDrawable
119 public NinePatchDrawable(Resource method in class:NinePatchDrawable
503 private NinePatchDrawable(NinePatchState state, Resources res) { method in class:NinePatchDrawable
[all...]

Completed in 65 milliseconds