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

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

Merge "Allow docked mode windows to layout content under screen decors"

parents 65733bd5 b537b181
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -583,12 +583,6 @@ final class WindowState implements WindowManagerPolicy.WindowState {
                if (mContainingFrame.isEmpty()) {
                    mContainingFrame.set(cf);
                }
            } else {
                // Make sure the containing frame is within the content frame so we don't layout
                // resized window under screen decorations.
                if (!mContainingFrame.intersect(cf)) {
                    mContainingFrame.set(cf);
                }
            }
            mDisplayFrame.set(mContainingFrame);
        } else {