Home | History | Annotate | Download | only in drawable

Lines Matching defs:InsetDrawable

56 public class InsetDrawable extends DrawableWrapper {
65 InsetDrawable() {
75 public InsetDrawable(@Nullable Drawable drawable, int inset) {
85 public InsetDrawable(@Nullable Drawable drawable, float inset) {
98 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop,
119 public InsetDrawable(@Nullable Drawable drawable, float insetLeftFraction,
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(@NonNull InsetState state, @Nullable Resources res) {