Loading graphics/java/android/graphics/drawable/GradientDrawable.java +3 −1 Original line number Diff line number Diff line Loading @@ -880,7 +880,9 @@ public class GradientDrawable extends Drawable { mShape = state.mShape; mGradient = state.mGradient; mOrientation = state.mOrientation; if (state.mColors != null) { mColors = state.mColors.clone(); } if (state.mPositions != null) { mPositions = state.mPositions.clone(); } Loading Loading
graphics/java/android/graphics/drawable/GradientDrawable.java +3 −1 Original line number Diff line number Diff line Loading @@ -880,7 +880,9 @@ public class GradientDrawable extends Drawable { mShape = state.mShape; mGradient = state.mGradient; mOrientation = state.mOrientation; if (state.mColors != null) { mColors = state.mColors.clone(); } if (state.mPositions != null) { mPositions = state.mPositions.clone(); } Loading