mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Creates BubbleBarController
Creates BubbleBarController which is responsible for registering a listener to hear about bubble state changes and propagates those changes to BubbleBarViewController. Additionally, it loads the data and creates the individual BubbleViews that are added to BubbleBarView. Bug: 253318833 Test: manual, with other CLs, see go/bubble-bar-tests Flag: WM_BUBBLE_BAR Change-Id: I45b0d3a764cd14b2fc5d34aec2b81c7fecb541cf
This commit is contained in:
@@ -34,7 +34,7 @@ import java.util.List;
|
||||
/**
|
||||
* The view that holds all the bubble views. Modifying this view should happen through
|
||||
* {@link BubbleBarViewController}. Updates to the bubbles themselves (adds, removes, updates,
|
||||
* selection) should happen through BubbleBarController which is the source of truth
|
||||
* selection) should happen through {@link BubbleBarController} which is the source of truth
|
||||
* for state information about the bubbles.
|
||||
* <p>
|
||||
* The bubble bar has a couple of visual states:
|
||||
|
||||
Reference in New Issue
Block a user