Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/PipTaskOrganizer.java +18 −20 Original line number Diff line number Diff line Loading @@ -968,7 +968,6 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener, destinationBounds.height()); mSurfaceTransactionHelper.scale(t, snapshotSurface, snapshotSrc, snapshotDest); mMainExecutor.execute(() -> { // Start animation to fade out the snapshot. final ValueAnimator animator = ValueAnimator.ofFloat(1.0f, 0.0f); animator.setDuration(mEnterAnimationDuration); Loading @@ -990,7 +989,6 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener, }); animator.start(); }); }); } else { applyFinishBoundsResize(wct, direction); } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/PipTaskOrganizer.java +18 −20 Original line number Diff line number Diff line Loading @@ -968,7 +968,6 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener, destinationBounds.height()); mSurfaceTransactionHelper.scale(t, snapshotSurface, snapshotSrc, snapshotDest); mMainExecutor.execute(() -> { // Start animation to fade out the snapshot. final ValueAnimator animator = ValueAnimator.ofFloat(1.0f, 0.0f); animator.setDuration(mEnterAnimationDuration); Loading @@ -990,7 +989,6 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener, }); animator.start(); }); }); } else { applyFinishBoundsResize(wct, direction); } Loading