diff options
Diffstat (limited to 'core/java/android/view/View.java')
| -rw-r--r-- | core/java/android/view/View.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 1d1c87d06939..24b71abe5bc1 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -29071,9 +29071,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback, */ final Rect mCaptionInsets = new Rect(); - final DisplayCutout.ParcelableWrapper mDisplayCutout = - new DisplayCutout.ParcelableWrapper(DisplayCutout.NO_CUTOUT); - /** * In multi-window we force show the system bars. Because we don't want that the surface * size changes in this mode, we instead have a flag whether the system bars sizes should |
