Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9581c4bc authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Revert "fix the flash caused by missing setMatrix() when surface size changes""

parents 61cbc1f7 4c8b7953
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9889,7 +9889,7 @@ public class WindowManagerService extends IWindowManager.Stub
                            }
                        }

                        winAnimator.prepareSurfaceLocked(recoveringMemory);
                        winAnimator.setSurfaceBoundariesLocked(recoveringMemory);

                        final AppWindowToken atoken = w.mAppToken;
                        if (DEBUG_STARTING_WINDOW && atoken != null
+1 −1
Original line number Diff line number Diff line
@@ -1341,7 +1341,7 @@ class WindowStateAnimator {
        }
    }

    private void setSurfaceBoundariesLocked(final boolean recoveringMemory) {
    void setSurfaceBoundariesLocked(final boolean recoveringMemory) {
        final WindowState w = mWin;

        int width;