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