Searched refs:slowSizeList (Results 1 – 1 of 1) sorted by relevance
1375 Size[] slowSizeList = null; in getAvailableSizesForFormatChecked() local1380 slowSizeList = config.getHighResolutionOutputSizes(format); in getAvailableSizesForFormatChecked()1382 if (fastSizeList != null && slowSizeList != null) { in getAvailableSizesForFormatChecked()1383 sizes = new Size[slowSizeList.length + fastSizeList.length]; in getAvailableSizesForFormatChecked()1385 … System.arraycopy(slowSizeList, 0, sizes, fastSizeList.length, slowSizeList.length); in getAvailableSizesForFormatChecked()1388 } else if (slowSizeList != null) { in getAvailableSizesForFormatChecked()1389 sizes = slowSizeList; in getAvailableSizesForFormatChecked()