Home
last modified time | relevance | path

Searched refs:getExpandedViewWidthForBubbleBar (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt233 assertThat(positioner.getExpandedViewWidthForBubbleBar(false)).isEqualTo(expectedWidth) in testBubbleBarExpandedViewHeightAndWidth()
257 assertThat(positioner.getExpandedViewWidthForBubbleBar(false)).isEqualTo(expectedWidth) in testBubbleBarExpandedViewHeightAndWidth_screenWidthTooSmall()
620 right = left + positioner.getExpandedViewWidthForBubbleBar(isOverflow) in testGetBubbleBarExpandedViewBounds()
625 left = right - positioner.getExpandedViewWidthForBubbleBar(isOverflow) in testGetBubbleBarExpandedViewBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java865 public int getExpandedViewWidthForBubbleBar(boolean isOverflow) { in getExpandedViewWidthForBubbleBar() method in BubblePositioner
927 final int width = getExpandedViewWidthForBubbleBar(isOverflowExpanded); in getBubbleBarExpandedViewBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java198 final int width = mPositioner.getExpandedViewWidthForBubbleBar(isOverflowExpanded); in showExpandedView()
DBubbleBarAnimationHelper.java494 final int width = mPositioner.getExpandedViewWidthForBubbleBar(isOverflowExpanded); in getExpandedViewSize()