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

Commit c813aecf authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Remove CommandQueueCallbacks interface from StatusBar.

This is a big change, but relatively clean. It removes a lot of
noisy code from StatusBar and starts to reveal some of the places
that it should be split up in the future.

Bug: 190746471
Test: atest SystemUITests
Change-Id: Iba5afbe0fac42b96cdf02b5e859cc142e8038b7d
parent f5da4bd2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1462,6 +1462,11 @@ public class NotificationStackScrollLayoutController {
        mView.setExtraTopInsetForFullShadeTransition(extraTopInset);
    }

    /** */
    public void setWillExpand(boolean willExpand) {
        mView.setWillExpand(willExpand);
    }

    /**
     * Set a listener to when scrolling changes.
     */
+171 −671

File changed.

Preview size limit exceeded, changes collapsed.

+690 −0

File added.

Preview size limit exceeded, changes collapsed.

+7 −0

File changed.

Preview size limit exceeded, changes collapsed.

+4 −24

File changed.

Preview size limit exceeded, changes collapsed.

Loading