Searched refs:getMaxExpandedViewHeight (Results 1 – 3 of 3) sorted by relevance
425 public int getMaxExpandedViewHeight(boolean isOverflow) { in getMaxExpandedViewHeight() method in BubblePositioner473 if (desiredHeight > getMaxExpandedViewHeight(isOverflow)) { in getExpandedViewHeight()
983 int maxHeight = mPositioner.getMaxExpandedViewHeight(mIsOverflow); in updateHeight()
351 assertThat(positioner.getMaxExpandedViewHeight(false /* isOverflow */)) in testGetMaxExpandedViewHeight_onLargeTablet()