Merge "Move GradientDrawable stroke fields back to grey list" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2516b14955
@@ -1930,11 +1930,11 @@ public class GradientDrawable extends Drawable {
|
|||||||
public float[] mTempPositions; // no need to copy
|
public float[] mTempPositions; // no need to copy
|
||||||
@UnsupportedAppUsage
|
@UnsupportedAppUsage
|
||||||
public float[] mPositions;
|
public float[] mPositions;
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 124050917)
|
@UnsupportedAppUsage(trackingBug = 124050917)
|
||||||
public int mStrokeWidth = -1; // if >= 0 use stroking.
|
public int mStrokeWidth = -1; // if >= 0 use stroking.
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 124050917)
|
@UnsupportedAppUsage(trackingBug = 124050917)
|
||||||
public float mStrokeDashWidth = 0.0f;
|
public float mStrokeDashWidth = 0.0f;
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 124050917)
|
@UnsupportedAppUsage(trackingBug = 124050917)
|
||||||
public float mStrokeDashGap = 0.0f;
|
public float mStrokeDashGap = 0.0f;
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 124050917)
|
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 124050917)
|
||||||
public float mRadius = 0.0f; // use this if mRadiusArray is null
|
public float mRadius = 0.0f; // use this if mRadiusArray is null
|
||||||
|
|||||||
Reference in New Issue
Block a user