Loading graphics/java/android/graphics/drawable/Ripple.java +2 −2 Original line number Diff line number Diff line Loading @@ -299,7 +299,7 @@ class Ripple { */ public void cancel() { if (mInner != null) { mInner.end(); mInner.cancel(); } if (mOuter != null) { Loading @@ -307,7 +307,7 @@ class Ripple { } if (mAlpha != null) { mAlpha.end(); mAlpha.cancel(); } } Loading Loading
graphics/java/android/graphics/drawable/Ripple.java +2 −2 Original line number Diff line number Diff line Loading @@ -299,7 +299,7 @@ class Ripple { */ public void cancel() { if (mInner != null) { mInner.end(); mInner.cancel(); } if (mOuter != null) { Loading @@ -307,7 +307,7 @@ class Ripple { } if (mAlpha != null) { mAlpha.end(); mAlpha.cancel(); } } Loading