Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a27ebc16 authored by Cyrus Boadway's avatar Cyrus Boadway Committed by Android (Google) Code Review
Browse files

Merge "Add interaction jank monitoring for widget app launch CUJ" into sc-dev

parents 10dfa61d e2ea1f3f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1260,7 +1260,8 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
            if (launchingFromWidget) {
                composeWidgetLaunchAnimator(anim, (LauncherAppWidgetHostView) mV, appTargets,
                        wallpaperTargets, nonAppTargets);
                // TODO(b/169042867): jank monitoring instrumentation
                addCujInstrumentation(
                        anim, InteractionJankMonitorWrapper.CUJ_APP_LAUNCH_FROM_WIDGET);
            } else if (launchingFromRecents) {
                composeRecentsLaunchAnimator(anim, mV, appTargets, wallpaperTargets, nonAppTargets,
                        launcherClosing);