commit | 7fe128f148078b79700a8ab81c71e39b00055c30 | [log] [tgz] |
---|---|---|
author | Schneider Victor-Tulias <victortulias@google.com> | Tue Jan 07 11:26:14 2025 -0500 |
committer | Schneider Victor-Tulias <victortulias@google.com> | Tue Jan 07 11:36:07 2025 -0500 |
tree | 567c95431bcfc81bc539711a1332b64da5a0fddf | |
parent | bdc352f645aed96531bf873b239a5b7c5733161f [diff] |
Add debug logs to SpringAnimationRunner.onUpdate Flag: com.android.launcher3.enable_additional_home_animations Bug: 387942297 Test: checked logs Change-Id: I3627269a7132623fd315226813fbefc856a541d6
diff --git a/quickstep/src/com/android/quickstep/SwipeUpAnimationLogic.java b/quickstep/src/com/android/quickstep/SwipeUpAnimationLogic.java index f813d9a..edb9977 100644 --- a/quickstep/src/com/android/quickstep/SwipeUpAnimationLogic.java +++ b/quickstep/src/com/android/quickstep/SwipeUpAnimationLogic.java
@@ -505,6 +505,11 @@ } } + if (Float.isNaN(scale)) { + Log.e(TAG, "Scale is NaN: starting dimensions=[" + startWidth + ", " + startHeight + + "], current dimensions=[" + currentWidth + ", " + currentHeight + "]"); + } + mTargetTaskView.setScaleX(scale); mTargetTaskView.setScaleY(scale); mTargetTaskView.setTranslationX(