Make mReentryBounds protected
Bug: 160799929 Test: atest SystemUITests Change-Id: I4d5e8cf8545a35de92e703185965d66707f85cb4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user