Merge "Account for bubble bar bounds for taskbar overflow" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
a8440279bf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user