Merge "Scale bubble bar to the width of the handle" into main

This commit is contained in:
Ats Jenk
2024-08-30 23:06:43 +00:00
committed by Android (Google) Code Review
5 changed files with 77 additions and 26 deletions
@@ -172,6 +172,13 @@ public class BubbleStashedHandleViewController {
mRegionSamplingHelper = null;
}
/**
* Returns the width of the stashed handle.
*/
public int getStashedWidth() {
return mStashedHandleWidth;
}
/**
* Returns the height of the stashed handle.
*/