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.java69 private static Float[] sDesiredAspectRatios = { field in ResolutionUtil
142 if (Arrays.asList(sDesiredAspectRatios).contains(aspectRatio) in getDisplayableSizesFromSupported()
222 for (float desiredAspectRatio : sDesiredAspectRatios) { in fuzzAspectRatio()
319 int index = Arrays.asList(sDesiredAspectRatios).indexOf(fuzzy); in getApproximateSize()