Loading quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -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 */); Loading Loading
quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -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 */); Loading