Searched refs:NinePatchDrawable (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | NinePatchDrawable.java | 39 public class NinePatchDrawable extends Drawable { class in inherits:Drawable 54 NinePatchDrawable() { method in class:NinePatchDrawable 59 * @deprecated Use {@link #NinePatchDrawable(Resources, Bitmap, byte[], Rect, String)} 63 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { method in class:NinePatchDrawable 71 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, method in class:NinePatchDrawable 79 * @deprecated Use {@link #NinePatchDrawable(Resources, NinePatch)} 83 public NinePatchDrawable(NinePatch patch) { method in class:NinePatchDrawable 91 public NinePatchDrawable(Resources res, NinePatch patch) { method in class:NinePatchDrawable 232 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.NinePatchDrawable); 372 return new NinePatchDrawable(thi 386 private NinePatchDrawable(NinePatchState state, Resources res) { method in class:NinePatchDrawable [all...] |
H A D | Drawable.java | 778 drawable = new NinePatchDrawable(); 780 ((NinePatchDrawable) drawable).setTargetDensity(r.getDisplayMetrics()); 855 return new NinePatchDrawable(res, bm, np, pad, srcName);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | ResourceHelper.java | 42 import android.graphics.drawable.NinePatchDrawable; 306 return new NinePatchDrawable(context.getResources(), bitmap,
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
H A D | NinePatch_Delegate.java | 26 import android.graphics.drawable.NinePatchDrawable; 55 * for {@link NinePatch} and {@link NinePatchDrawable} only reference to the byte[] data, and
|
Completed in 100 milliseconds