Loading packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/Task.java +3 −1 Original line number Diff line number Diff line Loading @@ -322,10 +322,12 @@ public class Task { CONTROLLED_WINDOWING_MODES_WHEN_ACTIVE, taskInfo.getWindowingMode()) && (taskInfo.getActivityType() == ACTIVITY_TYPE_UNDEFINED || ArrayUtils.contains(CONTROLLED_ACTIVITY_TYPES, taskInfo.getActivityType())); return new Task(taskKey, Task result = new Task(taskKey, td != null ? td.getPrimaryColor() : 0, td != null ? td.getBackgroundColor() : 0, isDockable , isLocked, td, taskInfo.topActivity); result.appBounds = taskInfo.configuration.windowConfiguration.getAppBounds(); return result; } /** Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/Task.java +3 −1 Original line number Diff line number Diff line Loading @@ -322,10 +322,12 @@ public class Task { CONTROLLED_WINDOWING_MODES_WHEN_ACTIVE, taskInfo.getWindowingMode()) && (taskInfo.getActivityType() == ACTIVITY_TYPE_UNDEFINED || ArrayUtils.contains(CONTROLLED_ACTIVITY_TYPES, taskInfo.getActivityType())); return new Task(taskKey, Task result = new Task(taskKey, td != null ? td.getPrimaryColor() : 0, td != null ? td.getBackgroundColor() : 0, isDockable , isLocked, td, taskInfo.topActivity); result.appBounds = taskInfo.configuration.windowConfiguration.getAppBounds(); return result; } /** Loading