Searched refs:calculateOverflowHeight (Results 1 – 1 of 1) sorted by relevance
473 calculateOverflowHeight(MIN_OVERFLOW_SIZE) + margin; in refreshCoordinatesAndOverflowDirection()837 final int newHeight = calculateOverflowHeight(maxItemSize); in updateOverflowHeight()1058 int height = calculateOverflowHeight(MAX_OVERFLOW_SIZE); in layoutOverflowPanelItems()1124 private int calculateOverflowHeight(int maxItemSize) { in calculateOverflowHeight() method in LocalFloatingToolbarPopup