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

Commit 2f9eecd8 authored by jorgegil@google.com's avatar jorgegil@google.com
Browse files

Make mReentryBounds protected

Bug: 160799929
Test: atest SystemUITests
Change-Id: I4d5e8cf8545a35de92e703185965d66707f85cb4
parent 79d4a4c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ public class PipManager implements BasePipManager, PipTaskOrganizer.PipTransitio
    private final DisplayInfo mTmpDisplayInfo = new DisplayInfo();
    private final Rect mTmpInsetBounds = new Rect();
    private final Rect mTmpNormalBounds = new Rect();
    private final Rect mReentryBounds = new Rect();
    protected final Rect mReentryBounds = new Rect();

    private PipBoundsHandler mPipBoundsHandler;
    private InputConsumerController mInputConsumerController;