Home
last modified time | relevance | path

Searched refs:sDesiredAspectRatios (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java71 private static Float[] sDesiredAspectRatios = { field in ResolutionUtil
144 if (Arrays.asList(sDesiredAspectRatios).contains(aspectRatio) in getDisplayableSizesFromSupported()
224 for (float desiredAspectRatio : sDesiredAspectRatios) { in fuzzAspectRatio()
321 int index = Arrays.asList(sDesiredAspectRatios).indexOf(fuzzy); in getApproximateSize()