Merge "Log volume dialog" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6d61c09d36
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user