Add tracing for opening/unminimizing app in Desktop Windowing
Bug: 370682144, 351763156, 339582783 Test: record perfetto trace while performing opening apps Flag: NONE new perfetto instrumentation Change-Id: I06e7bff21cf5dfb5b6601aded07bbb7d6f90225f
This commit is contained in:
@@ -38,7 +38,6 @@ import com.android.launcher3.R;
|
||||
import com.android.launcher3.Utilities;
|
||||
import com.android.launcher3.anim.AnimatorListeners;
|
||||
import com.android.launcher3.desktop.DesktopAppLaunchTransition;
|
||||
import com.android.launcher3.desktop.DesktopAppLaunchTransition.AppLaunchType;
|
||||
import com.android.launcher3.taskbar.overlay.TaskbarOverlayContext;
|
||||
import com.android.launcher3.taskbar.overlay.TaskbarOverlayDragLayer;
|
||||
import com.android.launcher3.util.DisplayController;
|
||||
@@ -286,7 +285,12 @@ public class KeyboardQuickSwitchViewController {
|
||||
) {
|
||||
// This app is being unminimized - use our own transition runner.
|
||||
remoteTransition = new RemoteTransition(
|
||||
new DesktopAppLaunchTransition(context, MAIN_EXECUTOR, UNMINIMIZE),
|
||||
new DesktopAppLaunchTransition(
|
||||
context,
|
||||
MAIN_EXECUTOR,
|
||||
UNMINIMIZE,
|
||||
Cuj.CUJ_DESKTOP_MODE_KEYBOARD_QUICK_SWITCH_APP_LAUNCH
|
||||
),
|
||||
"DesktopKeyboardQuickSwitchUnminimize");
|
||||
}
|
||||
mControllers.taskbarActivityContext.handleGroupTaskLaunch(
|
||||
|
||||
Reference in New Issue
Block a user