Searched refs:sortedDesiredAspectRatios (Results 1 – 1 of 1) sorted by relevance
133 List<Float> sortedDesiredAspectRatios = new ArrayList<Float>(); in getDisplayableSizesFromSupported() local136 sortedDesiredAspectRatios.add(buckets.get(0).aspectRatio.floatValue()); in getDisplayableSizesFromSupported()143 && !sortedDesiredAspectRatios.contains(aspectRatio)) { in getDisplayableSizesFromSupported()144 sortedDesiredAspectRatios.add(aspectRatio); in getDisplayableSizesFromSupported()149 for (Float targetRatio : sortedDesiredAspectRatios) { in getDisplayableSizesFromSupported()