Searched refs:getExpandedViewHeightForBubbleBar (Results 1 – 4 of 4) sorted by relevance
234 assertThat(positioner.getExpandedViewHeightForBubbleBar(false)).isEqualTo(expectedHeight) in testBubbleBarExpandedViewHeightAndWidth()258 assertThat(positioner.getExpandedViewHeightForBubbleBar(false)).isEqualTo(expectedHeight) in testBubbleBarExpandedViewHeightAndWidth_screenWidthTooSmall()630 val top = bottom - positioner.getExpandedViewHeightForBubbleBar(isOverflow) in testGetBubbleBarExpandedViewBounds()
872 public int getExpandedViewHeightForBubbleBar(boolean isOverflow) { in getExpandedViewHeightForBubbleBar() method in BubblePositioner928 final int height = getExpandedViewHeightForBubbleBar(isOverflowExpanded); in getBubbleBarExpandedViewBounds()
199 final int height = mPositioner.getExpandedViewHeightForBubbleBar(isOverflowExpanded); in showExpandedView()
495 final int height = mPositioner.getExpandedViewHeightForBubbleBar(isOverflowExpanded); in getExpandedViewSize()