Loading graphics/java/android/graphics/drawable/InsetDrawable.java +2 −6 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ public class InsetDrawable extends DrawableWrapper { * No-arg constructor used by drawable inflation. */ InsetDrawable() { this(new InsetState(), null); this(new InsetState(null), null); } /** Loading @@ -82,7 +82,7 @@ public class InsetDrawable extends DrawableWrapper { */ public InsetDrawable(Drawable drawable, int insetLeft, int insetTop,int insetRight, int insetBottom) { this(new InsetState(), null); this(new InsetState(null), null); mState.mInsetLeft = insetLeft; mState.mInsetTop = insetTop; Loading Loading @@ -267,10 +267,6 @@ public class InsetDrawable extends DrawableWrapper { int mInsetRight = 0; int mInsetBottom = 0; InsetState() { this(null); } InsetState(InsetState orig) { super(orig); Loading graphics/java/android/graphics/drawable/RotateDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ public class RotateDrawable extends DrawableWrapper { * Create a new rotating drawable with an empty state. */ public RotateDrawable() { this(null, null); this(new RotateState(null), null); } @Override Loading Loading
graphics/java/android/graphics/drawable/InsetDrawable.java +2 −6 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ public class InsetDrawable extends DrawableWrapper { * No-arg constructor used by drawable inflation. */ InsetDrawable() { this(new InsetState(), null); this(new InsetState(null), null); } /** Loading @@ -82,7 +82,7 @@ public class InsetDrawable extends DrawableWrapper { */ public InsetDrawable(Drawable drawable, int insetLeft, int insetTop,int insetRight, int insetBottom) { this(new InsetState(), null); this(new InsetState(null), null); mState.mInsetLeft = insetLeft; mState.mInsetTop = insetTop; Loading Loading @@ -267,10 +267,6 @@ public class InsetDrawable extends DrawableWrapper { int mInsetRight = 0; int mInsetBottom = 0; InsetState() { this(null); } InsetState(InsetState orig) { super(orig); Loading
graphics/java/android/graphics/drawable/RotateDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ public class RotateDrawable extends DrawableWrapper { * Create a new rotating drawable with an empty state. */ public RotateDrawable() { this(null, null); this(new RotateState(null), null); } @Override Loading