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

Commit c844806f authored by Philip Quinn's avatar Philip Quinn
Browse files

Expose KeyguardBottomAreaView from StatusBar.

Test: make -j
Bug: 36530846
Change-Id: Iaf6f81f00045ebf1169ab54ebb73fdfd8aa388cb
parent 84c43aea
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -4549,11 +4549,15 @@ public class StatusBar extends SystemUI implements DemoMode,
        return getMaxKeyguardNotifications(false /* recompute */);
    }

    // TODO: Figure out way to remove this.
    // TODO: Figure out way to remove these.
    public NavigationBarView getNavigationBarView() {
        return (NavigationBarView) mNavigationBar.getView();
    }

    public KeyguardBottomAreaView getKeyguardBottomAreaView() {
        return mKeyguardBottomArea;
    }

    // ---------------------- DragDownHelper.OnDragDownListener ------------------------------------