SizeSelectionHelper

public final class SizeSelectionHelper

Internal use only.

Functions

getBestSize
Link copied to clipboard
static Pair<Size, SizegetBestSize(@NonNull() List<Size> pictureSizes, @NonNull() List<Size> previewSizes, int maxArea, int minArea, float minAspectRatio)
getClosestSizeWithSimilarAspectRatio
Link copied to clipboard
static Size getClosestSizeWithSimilarAspectRatio(@NonNull() List<Size> sizes, @NonNull() Size referenceSize, int maxArea)
getLargestAllowedSize
Link copied to clipboard
static Size getLargestAllowedSize(@NonNull() List<Size> sizes, int maxArea)
static Size getLargestAllowedSizeWithSimilarAspectRatio(@NonNull() List<Size> sizes, @NonNull() Size referenceSize, int maxArea)