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

Commit 764adfdc authored by Dave Mankoff's avatar Dave Mankoff Committed by Android (Google) Code Review
Browse files

Merge "Remove CommandQueueCallbacks interface from StatusBar." into sc-v2-dev

parents 1f1bf948 c813aecf
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