Merge "Log volume dialog" into tm-qpr-dev am: 6d61c09d36
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21483670 Change-Id: Ia84380e814b6c1d34d8756e4bbdd02cc664c0a1c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
959cf26b10
@@ -1400,6 +1400,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
|
||||||
@@ -1473,6 +1474,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