Add moving a task from recents to desktop
There is a current need to launch a non-running task in desktop for overview launch case on device reboot. This cl creates a way to launch a non-running task given a taskid if the task is found in the recents list. The transition animation will be added once overview chip to desktop animation is done. Bug: 332889335 Test: atest DesktopTasksControllerTest Flag: ACONFIG com.android.window.flags.enable_desktop_windowing_mode TEAMFOOD Change-Id: I7a4ae568b3f8878f404af786546dfee6233cda7e
Showing
- libs/WindowManager/Shell/src/com/android/wm/shell/dagger/WMShellModule.java 4 additions, 2 deletions.../Shell/src/com/android/wm/shell/dagger/WMShellModule.java
- libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt 38 additions, 11 deletions...om/android/wm/shell/desktopmode/DesktopTasksController.kt
- libs/WindowManager/Shell/src/com/android/wm/shell/recents/RecentTasksController.java 19 additions, 0 deletions...c/com/android/wm/shell/recents/RecentTasksController.java
- libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/DesktopTasksControllerTest.kt 47 additions, 8 deletions...ndroid/wm/shell/desktopmode/DesktopTasksControllerTest.kt
Loading
Please register or sign in to comment