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

Commit 15c57b58 authored by Justin Weir's avatar Justin Weir
Browse files

Remove CentralSurfaces.getNotificationShadeWindowViewController

Bug: 284332422
Test: manual
Test: atest
Change-Id: I8bc33271ea73b79c4dba53d0b855609e21dcd033
parent f10dd492
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ import com.android.systemui.navigationbar.NavigationBarView;
import com.android.systemui.plugins.ActivityStarter.OnDismissAction;
import com.android.systemui.plugins.statusbar.NotificationSwipeActionHelper;
import com.android.systemui.qs.QSPanelController;
import com.android.systemui.shade.NotificationShadeWindowViewController;
import com.android.systemui.shade.ShadeViewController;
import com.android.systemui.shared.system.RemoteAnimationRunnerCompat;
import com.android.systemui.statusbar.LightRevealScrim;
@@ -217,8 +216,6 @@ public interface CentralSurfaces extends Dumpable, LifecycleOwner {
     */
    void wakeUpIfDozing(long time, String why, @PowerManager.WakeReason int wakeReason);

    NotificationShadeWindowViewController getNotificationShadeWindowViewController();

    /** */
    ShadeViewController getShadeViewController();

+0 −5
Original line number Diff line number Diff line
@@ -1743,11 +1743,6 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
        Trace.endSection();
    }

    @Override
    public NotificationShadeWindowViewController getNotificationShadeWindowViewController() {
        return mNotificationShadeWindowViewController;
    }

    @Override
    public ShadeViewController getShadeViewController() {
        return mShadeSurface;