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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java60 * <p>For more information about how to use a NinePatchDrawable, read the
66 public class NinePatchDrawable extends Drawable { class in inherits:Drawable
88 NinePatchDrawable() { method in class:NinePatchDrawable
95 * @deprecated Use {@link #NinePatchDrawable(Resources, Bitmap, byte[], Rect, String)}
99 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { method in class:NinePatchDrawable
107 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, method in class:NinePatchDrawable
118 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, method in class:NinePatchDrawable
127 * @deprecated Use {@link #NinePatchDrawable(Resources, NinePatch)}
132 public NinePatchDrawable(@NonNull NinePatch patch) { method in class:NinePatchDrawable
140 public NinePatchDrawable( method in class:NinePatchDrawable
721 private NinePatchDrawable(@NonNull NinePatchState state, @Nullable Resources res) { method in class:NinePatchDrawable
[all...]

Completed in 459 milliseconds