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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java56 public class InsetDrawable extends DrawableWrapper { class in inherits:DrawableWrapper
65 InsetDrawable() { method in class:InsetDrawable
75 public InsetDrawable(@Nullable Drawable drawable, int inset) { method in class:InsetDrawable
85 public InsetDrawable(@Nullable Drawable drawable, float inset) { method in class:InsetDrawable
98 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, method in class:InsetDrawable
119 public InsetDrawable(@Nullable Drawable drawable, float insetLeftFraction, method in class:InsetDrawable
135 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.InsetDrawable);
155 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable);
381 return new InsetDrawable(state, res);
417 private InsetDrawable( method in class:InsetDrawable
[all...]

Completed in 348 milliseconds