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

Commit 72a0339c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Expose KeyguardBottomAreaView from StatusBar."

parents 177340a2 c844806f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -4551,11 +4551,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 ------------------------------------