Searched refs:slowSizeList (Results 1 – 1 of 1) sorted by relevance
1619 Size[] slowSizeList = null; in getAvailableSizesForFormatChecked() local1624 slowSizeList = config.getHighResolutionOutputSizes(format); in getAvailableSizesForFormatChecked()1626 if (fastSizeList != null && slowSizeList != null) { in getAvailableSizesForFormatChecked()1627 sizes = new Size[slowSizeList.length + fastSizeList.length]; in getAvailableSizesForFormatChecked()1629 … System.arraycopy(slowSizeList, 0, sizes, fastSizeList.length, slowSizeList.length); in getAvailableSizesForFormatChecked()1632 } else if (slowSizeList != null) { in getAvailableSizesForFormatChecked()1633 sizes = slowSizeList; in getAvailableSizesForFormatChecked()