Loading quickstep/src/com/android/quickstep/views/GroupedTaskView.java +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public class GroupedTaskView extends TaskView { } public void bind(Task primary, Task secondary, RecentsOrientedState orientedState, StagedSplitBounds splitBoundsConfig) { @Nullable StagedSplitBounds splitBoundsConfig) { super.bind(primary, orientedState); mSecondaryTask = secondary; mTaskIdContainer[1] = secondary.key.id; Loading quickstep/src/com/android/quickstep/views/RecentsView.java +2 −0 Original line number Diff line number Diff line Loading @@ -838,6 +838,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T * Update the thumbnail of the task. * @param refreshNow Refresh immediately if it's true. */ @Nullable public TaskView updateThumbnail(int taskId, ThumbnailData thumbnailData, boolean refreshNow) { TaskView taskView = getTaskViewByTaskId(taskId); if (taskView != null) { Loading Loading @@ -1043,6 +1044,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T return getLastGridTaskView(getTopRowIdArray(), getBottomRowIdArray()); } @Nullable private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { if (topRowIdArray.isEmpty() && bottomRowIdArray.isEmpty()) { return null; Loading Loading
quickstep/src/com/android/quickstep/views/GroupedTaskView.java +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public class GroupedTaskView extends TaskView { } public void bind(Task primary, Task secondary, RecentsOrientedState orientedState, StagedSplitBounds splitBoundsConfig) { @Nullable StagedSplitBounds splitBoundsConfig) { super.bind(primary, orientedState); mSecondaryTask = secondary; mTaskIdContainer[1] = secondary.key.id; Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +2 −0 Original line number Diff line number Diff line Loading @@ -838,6 +838,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T * Update the thumbnail of the task. * @param refreshNow Refresh immediately if it's true. */ @Nullable public TaskView updateThumbnail(int taskId, ThumbnailData thumbnailData, boolean refreshNow) { TaskView taskView = getTaskViewByTaskId(taskId); if (taskView != null) { Loading Loading @@ -1043,6 +1044,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T return getLastGridTaskView(getTopRowIdArray(), getBottomRowIdArray()); } @Nullable private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { if (topRowIdArray.isEmpty() && bottomRowIdArray.isEmpty()) { return null; Loading