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

This commit is contained in:
Cyrus Boadway
2021-05-14 17:40:16 +00:00
committed by Android (Google) Code Review

View File

@@ -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);