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