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

Commit a3e731e1 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Automerger Merge Worker
Browse files

Merge "[Status Bar] Set status bar window insets to the status bar height."...

Merge "[Status Bar] Set status bar window insets to the status bar height." into udc-dev am: 2de68db5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23875866



Change-Id: I273ab3692cfb6a02f32834f5ceffcbc939f600a1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 706b3590 2de68db5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -240,8 +240,10 @@ public class StatusBarWindowController {
                    Insets.of(0, safeTouchRegionHeight, 0, 0));
        }
        lp.providedInsets = new InsetsFrameProvider[] {
                new InsetsFrameProvider(mInsetsSourceOwner, 0, statusBars()),
                new InsetsFrameProvider(mInsetsSourceOwner, 0, tappableElement()),
                new InsetsFrameProvider(mInsetsSourceOwner, 0, statusBars())
                        .setInsetsSize(Insets.of(0, height, 0, 0)),
                new InsetsFrameProvider(mInsetsSourceOwner, 0, tappableElement())
                        .setInsetsSize(Insets.of(0, height, 0, 0)),
                gestureInsetsProvider
        };
        return lp;