Merge "Derestrict RippleDrawable.mState."
This commit is contained in:
@@ -122,7 +122,7 @@ public class RippleDrawable extends LayerDrawable {
|
|||||||
private final Rect mDirtyBounds = new Rect();
|
private final Rect mDirtyBounds = new Rect();
|
||||||
|
|
||||||
/** Mirrors mLayerState with some extra information. */
|
/** Mirrors mLayerState with some extra information. */
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
|
@UnsupportedAppUsage(trackingBug = 175939224)
|
||||||
private RippleState mState;
|
private RippleState mState;
|
||||||
|
|
||||||
/** The masking layer, e.g. the layer with id R.id.mask. */
|
/** The masking layer, e.g. the layer with id R.id.mask. */
|
||||||
|
|||||||
Reference in New Issue
Block a user