Searched refs:SizeComparator (Results 1 – 1 of 1) sorted by relevance
1002 Collections.sort(sizes, new SizeComparator(maxWidth, maxHeight, aspectRatio, maxPixels)); in chooseBestPictureSize()1018 Collections.sort(sizes, new SizeComparator(Integer.MAX_VALUE, Integer.MAX_VALUE, in chooseBestPreviewSize()1035 private static class SizeComparator implements Comparator<Camera.Size> { class in CameraManager1049 public SizeComparator(final int maxWidth, final int maxHeight, in SizeComparator() method in CameraManager.SizeComparator