Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +5 −1 Original line number Diff line number Diff line Loading @@ -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 ------------------------------------ Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +5 −1 Original line number Diff line number Diff line Loading @@ -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 ------------------------------------ Loading