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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14467314

Change-Id: I5daa60917bc2aface459c9a7d586a0ee8f903a2e
This commit is contained in:
Cyrus Boadway
2021-05-14 17:51:42 +00:00
committed by Automerger Merge Worker
@@ -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);