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