Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogMotion.java +6 −2 Original line number Diff line number Diff line Loading @@ -198,9 +198,13 @@ public class VolumeDialogMotion { setDismissing(true); if (mShowing) { mDialogView.animate().cancel(); if (mContentsPositionAnimator != null) { mContentsPositionAnimator.cancel(); } mContents.animate().cancel(); if (mChevronPositionAnimator != null) { mChevronPositionAnimator.cancel(); } mChevron.animate().cancel(); setShowing(false); } Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogMotion.java +6 −2 Original line number Diff line number Diff line Loading @@ -198,9 +198,13 @@ public class VolumeDialogMotion { setDismissing(true); if (mShowing) { mDialogView.animate().cancel(); if (mContentsPositionAnimator != null) { mContentsPositionAnimator.cancel(); } mContents.animate().cancel(); if (mChevronPositionAnimator != null) { mChevronPositionAnimator.cancel(); } mChevron.animate().cancel(); setShowing(false); } Loading