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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java46 public class InsetDrawable extends Drawable implements Drawable.Callback class in inherits:Drawable,Drawable.Callback
53 /*package*/ InsetDrawable() { method in class:InsetDrawable
57 public InsetDrawable(Drawable drawable, int inset) { method in class:InsetDrawable
61 public InsetDrawable(Drawable drawable, int insetLeft, int insetTop, method in class:InsetDrawable
82 com.android.internal.R.styleable.InsetDrawable);
271 * Returns the drawable wrapped by this InsetDrawable. May be null.
289 InsetState(InsetState orig, InsetDrawable owner, Resources res) {
308 return new InsetDrawable(this, null);
313 return new InsetDrawable(this, res);
331 private InsetDrawable(InsetStat method in class:InsetDrawable
[all...]

Completed in 33 milliseconds