Merge "Log volume dialog" into tm-qpr-dev am: 6d61c09d36 am: 959cf26b10

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21483670

Change-Id: I812f4e5eb739c0aa8a1410828dbcfcc5404b8bef
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Behnam Heydarshahi
2023-02-22 00:03:19 +00:00
committed by Automerger Merge Worker

View File

@@ -1416,6 +1416,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
@Override
public void onAnimationCancel(@NonNull Animator animation) {
mInteractionJankMonitor.cancel(CUJ_VOLUME_CONTROL);
Log.d(TAG, "onAnimationCancel");
}
@Override
@@ -1506,6 +1507,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
mHandler.removeMessages(H.DISMISS);
mHandler.removeMessages(H.SHOW);
if (mIsAnimatingDismiss) {
Log.d(TAG, "dismissH: isAnimatingDismiss");
return;
}
mIsAnimatingDismiss = true;