Loading graphics/java/android/graphics/drawable/GradientDrawable.java +5 −0 Original line number Diff line number Diff line Loading @@ -1638,6 +1638,11 @@ public class GradientDrawable extends Drawable { } } // An unfilled shape is not opaque over bounds or shape if (mColors == null && mColorStateList == null) { return; } // Colors are opaque, so opaqueOverShape=true, mOpaqueOverShape = true; // and opaqueOverBounds=true if shape fills bounds Loading Loading
graphics/java/android/graphics/drawable/GradientDrawable.java +5 −0 Original line number Diff line number Diff line Loading @@ -1638,6 +1638,11 @@ public class GradientDrawable extends Drawable { } } // An unfilled shape is not opaque over bounds or shape if (mColors == null && mColorStateList == null) { return; } // Colors are opaque, so opaqueOverShape=true, mOpaqueOverShape = true; // and opaqueOverBounds=true if shape fills bounds Loading