Searched refs:getExpandedViewWidthForBubbleBar (Results 1 – 4 of 4) sorted by relevance
233 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()
865 public int getExpandedViewWidthForBubbleBar(boolean isOverflow) { in getExpandedViewWidthForBubbleBar() method in BubblePositioner927 final int width = getExpandedViewWidthForBubbleBar(isOverflowExpanded); in getBubbleBarExpandedViewBounds()
198 final int width = mPositioner.getExpandedViewWidthForBubbleBar(isOverflowExpanded); in showExpandedView()
494 final int width = mPositioner.getExpandedViewWidthForBubbleBar(isOverflowExpanded); in getExpandedViewSize()