Loading graphics/java/android/graphics/drawable/GradientDrawable.java +9 −8 Original line number Original line Diff line number Diff line Loading @@ -1552,14 +1552,15 @@ public class GradientDrawable extends Drawable { public int mThickness = -1; public int mThickness = -1; public boolean mDither = false; public boolean mDither = false; private float mCenterX = 0.5f; float mCenterX = 0.5f; private float mCenterY = 0.5f; float mCenterY = 0.5f; private float mGradientRadius = 0.5f; float mGradientRadius = 0.5f; private int mGradientRadiusType = RADIUS_TYPE_PIXELS; int mGradientRadiusType = RADIUS_TYPE_PIXELS; private boolean mUseLevel; boolean mUseLevel = false; private boolean mUseLevelForShape; boolean mUseLevelForShape = true; private boolean mOpaqueOverBounds; private boolean mOpaqueOverShape; boolean mOpaqueOverBounds; boolean mOpaqueOverShape; ColorStateList mTint = null; ColorStateList mTint = null; PorterDuff.Mode mTintMode = DEFAULT_TINT_MODE; PorterDuff.Mode mTintMode = DEFAULT_TINT_MODE; Loading Loading
graphics/java/android/graphics/drawable/GradientDrawable.java +9 −8 Original line number Original line Diff line number Diff line Loading @@ -1552,14 +1552,15 @@ public class GradientDrawable extends Drawable { public int mThickness = -1; public int mThickness = -1; public boolean mDither = false; public boolean mDither = false; private float mCenterX = 0.5f; float mCenterX = 0.5f; private float mCenterY = 0.5f; float mCenterY = 0.5f; private float mGradientRadius = 0.5f; float mGradientRadius = 0.5f; private int mGradientRadiusType = RADIUS_TYPE_PIXELS; int mGradientRadiusType = RADIUS_TYPE_PIXELS; private boolean mUseLevel; boolean mUseLevel = false; private boolean mUseLevelForShape; boolean mUseLevelForShape = true; private boolean mOpaqueOverBounds; private boolean mOpaqueOverShape; boolean mOpaqueOverBounds; boolean mOpaqueOverShape; ColorStateList mTint = null; ColorStateList mTint = null; PorterDuff.Mode mTintMode = DEFAULT_TINT_MODE; PorterDuff.Mode mTintMode = DEFAULT_TINT_MODE; Loading