Merge "Log volume dialog" into tm-qpr-dev

This commit is contained in:
Behnam Heydarshahi
2023-02-21 22:19:36 +00:00
committed by Android (Google) Code Review

View File

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