Searched refs:maxItemSize (Results 1 – 1 of 1) sorted by relevance
835 final int maxItemSize = in updateOverflowHeight() local837 final int newHeight = calculateOverflowHeight(maxItemSize); in updateOverflowHeight()1124 private int calculateOverflowHeight(int maxItemSize) { in calculateOverflowHeight() argument1129 Math.max(MIN_OVERFLOW_SIZE, maxItemSize), in calculateOverflowHeight()