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