Searched defs:targetRatio (Results 1 – 4 of 4) sorted by relevance
55 public static Size getOptimalPreviewSize(Size[] sizes,double targetRatio) { in getOptimalPreviewSize()66 double targetRatio, Double aspectRatioTolerance) { in getOptimalPreviewSize()
477 public static Size getOptimalPreviewSize(List<Size> sizes, double targetRatio) { in getOptimalPreviewSize()500 public static int getOptimalPreviewSizeIndex(List<Size> sizes, double targetRatio) { in getOptimalPreviewSizeIndex()523 List<Size> previewSizes, double targetRatio, Double aspectRatioTolerance) { in getOptimalPreviewSizeIndex()614 final double targetRatio = (double) targetWidth / targetHeight; in getOptimalVideoSnapshotPictureSize() local
375 List<Size> sizes, double targetRatio) { in getOptimalPreviewSize()424 List<Size> sizes, double targetRatio) { in getOptimalVideoSnapshotPictureSize()
1800 private boolean doAnimation(float targetRatio, int kind) { in doAnimation()