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

Commit 9c4f4b6a authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8693000 from bb4868d6 to tm-release

Change-Id: I6884192c8a94e2eebb91a39585f50cf56f6aa725
parents db8dae67 bb4868d6
Loading
Loading
Loading
Loading
+444 −337

File changed.

Preview size limit exceeded, changes collapsed.

+0 −5
Original line number Diff line number Diff line
@@ -7920,11 +7920,6 @@ android.view.IDisplayWindowInsetsController
android.view.IDisplayWindowListener$Stub$Proxy
android.view.IDisplayWindowListener$Stub
android.view.IDisplayWindowListener
android.view.IDisplayWindowRotationCallback$Stub
android.view.IDisplayWindowRotationCallback
android.view.IDisplayWindowRotationController$Stub$Proxy
android.view.IDisplayWindowRotationController$Stub
android.view.IDisplayWindowRotationController
android.view.IDockedStackListener$Stub$Proxy
android.view.IDockedStackListener$Stub
android.view.IDockedStackListener
+651 −440

File changed.

Preview size limit exceeded, changes collapsed.

+1 −7
Original line number Diff line number Diff line
@@ -220,7 +220,6 @@ android.app.ActivityThread$$ExternalSyntheticLambda1
android.app.ActivityThread$$ExternalSyntheticLambda2
android.app.ActivityThread$1$$ExternalSyntheticLambda0
android.app.ActivityThread$1
android.app.ActivityThread$2
android.app.ActivityThread$3
android.app.ActivityThread$ActivityClientRecord
android.app.ActivityThread$AndroidOs
@@ -441,7 +440,6 @@ android.app.IBackupAgent$Stub
android.app.IBackupAgent
android.app.IForegroundServiceObserver$Stub
android.app.IForegroundServiceObserver
android.app.IGameManagerService$Stub$Proxy
android.app.IGameManagerService$Stub
android.app.IGameManagerService
android.app.IInstantAppResolver$Stub$Proxy
@@ -7951,11 +7949,6 @@ android.view.IDisplayWindowInsetsController
android.view.IDisplayWindowListener$Stub$Proxy
android.view.IDisplayWindowListener$Stub
android.view.IDisplayWindowListener
android.view.IDisplayWindowRotationCallback$Stub
android.view.IDisplayWindowRotationCallback
android.view.IDisplayWindowRotationController$Stub$Proxy
android.view.IDisplayWindowRotationController$Stub
android.view.IDisplayWindowRotationController
android.view.IDockedStackListener$Stub$Proxy
android.view.IDockedStackListener$Stub
android.view.IDockedStackListener
@@ -14786,6 +14779,7 @@ java.util.stream.DistinctOps$1$1
java.util.stream.DistinctOps$1$2
java.util.stream.DistinctOps$1
java.util.stream.DistinctOps
java.util.stream.DoublePipeline$$ExternalSyntheticLambda0
java.util.stream.DoublePipeline$$ExternalSyntheticLambda4
java.util.stream.DoublePipeline$$ExternalSyntheticLambda9
java.util.stream.DoublePipeline$StatelessOp
+2 −1
Original line number Diff line number Diff line
@@ -548,7 +548,8 @@ public class InsetsState implements Parcelable {
    }

    public void getDisplayCutoutSafe(Rect outBounds) {
        outBounds.set(Integer.MIN_VALUE, Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.MAX_VALUE);
        outBounds.set(
                WindowLayout.MIN_X, WindowLayout.MIN_Y, WindowLayout.MAX_X, WindowLayout.MAX_Y);
        final DisplayCutout cutout = mDisplayCutout.get();
        final Rect displayFrame = mDisplayFrame;
        if (!cutout.isEmpty()) {
Loading