Merge "Add a view type check to ensure the right animation is used." into udc-dev

This commit is contained in:
Luca Zuccarini
2023-05-25 15:42:51 +00:00
committed by Android (Google) Code Review

View File

@@ -1789,7 +1789,8 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
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 */);