Loading graphics/java/android/graphics/drawable/RippleDrawable.java +4 −1 Original line number Diff line number Diff line Loading @@ -144,8 +144,11 @@ public class RippleDrawable extends LayerDrawable { /** Whether the hotspot is currently active (e.g. focused or pressed). */ private boolean mActive; /** * Constructor used for drawable inflation. */ RippleDrawable() { this(null, null); this(new RippleState(null, null, null), null, null); } /** Loading Loading
graphics/java/android/graphics/drawable/RippleDrawable.java +4 −1 Original line number Diff line number Diff line Loading @@ -144,8 +144,11 @@ public class RippleDrawable extends LayerDrawable { /** Whether the hotspot is currently active (e.g. focused or pressed). */ private boolean mActive; /** * Constructor used for drawable inflation. */ RippleDrawable() { this(null, null); this(new RippleState(null, null, null), null, null); } /** Loading