Loading packages/SystemUI/src/com/android/systemui/pip/PipAnimationController.java +2 −1 Original line number Diff line number Diff line Loading @@ -376,7 +376,8 @@ public class PipAnimationController { // NOTE: intentionally does not apply the transaction here. // this end transaction should get executed synchronously with the final // WindowContainerTransaction in task organizer getSurfaceTransactionHelper().resetScale(tx, leash, getDestinationBounds()); getSurfaceTransactionHelper().resetScale(tx, leash, getDestinationBounds()) .crop(tx, leash, getDestinationBounds()); } }; } Loading Loading
packages/SystemUI/src/com/android/systemui/pip/PipAnimationController.java +2 −1 Original line number Diff line number Diff line Loading @@ -376,7 +376,8 @@ public class PipAnimationController { // NOTE: intentionally does not apply the transaction here. // this end transaction should get executed synchronously with the final // WindowContainerTransaction in task organizer getSurfaceTransactionHelper().resetScale(tx, leash, getDestinationBounds()); getSurfaceTransactionHelper().resetScale(tx, leash, getDestinationBounds()) .crop(tx, leash, getDestinationBounds()); } }; } Loading