Merge "Account for bubble bar bounds for taskbar overflow" into main

This commit is contained in:
Treehugger Robot
2024-11-13 19:23:22 +00:00
committed by Android (Google) Code Review
6 changed files with 63 additions and 11 deletions
@@ -472,6 +472,13 @@ public class BubbleBarViewController {
return mBarView.getBubbleBarLocation();
}
/**
* @return the max collapsed width for the bubble bar.
*/
public float getCollapsedWidthWithMaxVisibleBubbles() {
return mBarView.getCollapsedWidthWithMaxVisibleBubbles();
}
/**
* @return {@code true} if bubble bar is on the left edge of the screen, {@code false} if on
* the right