commit | 2449a01b226a213d69c2fe50df2dfabe0aa5700a | [log] [tgz] |
---|---|---|
author | Luca Zuccarini <acul@google.com> | Mon Apr 03 17:29:55 2023 +0000 |
committer | Luca Zuccarini <acul@google.com> | Fri May 19 09:51:15 2023 +0000 |
tree | a10a3d3a6f0ec991b1be03e756d7828196e6a380 | |
parent | b9f04842b5793ebb28384d138b0ee1b0ea4915e8 [diff] |
Add a view type check to ensure the right animation is used. Bug: 265134143 Test: recorded perfetto trace, see bug Change-Id: If6abc36f0f43c6bb632fc824c19717c1231b32dc
diff --git a/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java b/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java index 977163b..96d57ee 100644 --- a/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +++ b/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java
@@ -1785,7 +1785,8 @@ viewToUse = v; } - // TODO(b/265134143): create a CUJ type for interaction jank monitoring. + // The CUJ is logged by the click handler, so we don't log it inside the animation + // library. ActivityLaunchAnimator.Controller controllerDelegate = ActivityLaunchAnimator.Controller.fromView(viewToUse, null /* cujType */);