Searched refs:snapshotSizeSet (Results 1 – 1 of 1) sorted by relevance
824 ArraySet<Size> snapshotSizeSet = new ArraySet<>(snapshotConfig.getOutputSizes( in verifyRecommendedSnapshotConfiguration() local829 snapshotSizeSet.addAll(highResSnapshotSizeSet); in verifyRecommendedSnapshotConfiguration()831 Size[] snapshotSizes = new Size[snapshotSizeSet.size()]; in verifyRecommendedSnapshotConfiguration()832 snapshotSizes = snapshotSizeSet.toArray(snapshotSizes); in verifyRecommendedSnapshotConfiguration()