Searched refs:calculateOverflowHeight (Results 1 – 1 of 1) sorted by relevance
716 calculateOverflowHeight(MIN_OVERFLOW_SIZE) + margin; in refreshCoordinatesAndOverflowDirection()1082 final int newHeight = calculateOverflowHeight(maxItemSize); in updateOverflowHeight()1304 int height = calculateOverflowHeight(MAX_OVERFLOW_SIZE); in layoutOverflowPanelItems()1370 private int calculateOverflowHeight(int maxItemSize) { in calculateOverflowHeight() method in FloatingToolbar.FloatingToolbarPopup