Merge "Add NPE check in CameraTransitionCallback" into rvc-dev am: 7695663db7 am: 65328168f1 am: 70617d340e
Change-Id: Icfad5fdb412343e165e7be1558a3c4de01279ae3
This commit is contained in:
@@ -122,7 +122,7 @@ public class ScreenDecorations extends SystemUI implements Tunable {
|
||||
protected int mRoundedDefaultBottom;
|
||||
@VisibleForTesting
|
||||
protected View[] mOverlays;
|
||||
private DisplayCutoutView[] mCutoutViews;
|
||||
private DisplayCutoutView[] mCutoutViews = new DisplayCutoutView[BOUNDS_POSITION_LENGTH];
|
||||
private float mDensity;
|
||||
private WindowManager mWindowManager;
|
||||
private int mRotation;
|
||||
|
||||
Reference in New Issue
Block a user