Make mReentryBounds protected

Bug: 160799929
Test: atest SystemUITests
Change-Id: I4d5e8cf8545a35de92e703185965d66707f85cb4
This commit is contained in:
jorgegil@google.com
2020-07-14 12:59:16 -07:00
parent 79d4a4c181
commit 2f9eecd8aa

View File

@@ -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;