Revert^2 "Synchronize bar expansion with WM Shell"

799802cb7e

Flag: com.android.wm.shell.enable_bubble_bar
Fixes: 339683389
Test: atest BubbleBarViewAnimatorTest
Change-Id: Icd853eb76b20ee5ca035bd20c9360f5b60ecc00d
This commit is contained in:
Liran Binyamin
2024-08-15 08:18:42 +00:00
parent 799802cb7e
commit 02fdb75687
5 changed files with 158 additions and 22 deletions
@@ -495,6 +495,11 @@ public class BubbleBarController extends IBubblesListener.Stub {
() -> mBubbleBarViewController.animateBubbleBarLocation(bubbleBarLocation));
}
/** Notifies WMShell to show the expanded view. */
void showExpandedView() {
mSystemUiProxy.showExpandedView();
}
//
// Loading data for the bubbles
//