Loading quickstep/src/com/android/quickstep/views/GroupedTaskView.java +6 −0 Original line number Diff line number Diff line Loading @@ -258,4 +258,10 @@ public class GroupedTaskView extends TaskView { super.updateSnapshotRadius(); mSnapshotView2.setFullscreenParams(mCurrentFullscreenParams); } @Override protected void setIconAndDimTransitionProgress(float progress, boolean invert) { super.setIconAndDimTransitionProgress(progress, invert); mIconView2.setAlpha(mIconView.getAlpha()); } } quickstep/src/com/android/quickstep/views/TaskView.java +1 −1 Original line number Diff line number Diff line Loading @@ -912,7 +912,7 @@ public class TaskView extends FrameLayout implements Reusable { return deviceProfile.overviewShowAsGrid && !isFocusedTask(); } private void setIconAndDimTransitionProgress(float progress, boolean invert) { protected void setIconAndDimTransitionProgress(float progress, boolean invert) { if (invert) { progress = 1 - progress; } Loading Loading
quickstep/src/com/android/quickstep/views/GroupedTaskView.java +6 −0 Original line number Diff line number Diff line Loading @@ -258,4 +258,10 @@ public class GroupedTaskView extends TaskView { super.updateSnapshotRadius(); mSnapshotView2.setFullscreenParams(mCurrentFullscreenParams); } @Override protected void setIconAndDimTransitionProgress(float progress, boolean invert) { super.setIconAndDimTransitionProgress(progress, invert); mIconView2.setAlpha(mIconView.getAlpha()); } }
quickstep/src/com/android/quickstep/views/TaskView.java +1 −1 Original line number Diff line number Diff line Loading @@ -912,7 +912,7 @@ public class TaskView extends FrameLayout implements Reusable { return deviceProfile.overviewShowAsGrid && !isFocusedTask(); } private void setIconAndDimTransitionProgress(float progress, boolean invert) { protected void setIconAndDimTransitionProgress(float progress, boolean invert) { if (invert) { progress = 1 - progress; } Loading