Searched refs:sortedDesiredAspectRatios (Results 1 – 1 of 1) sorted by relevance
135 List<Float> sortedDesiredAspectRatios = new ArrayList<Float>(); in getDisplayableSizesFromSupported() local138 sortedDesiredAspectRatios.add(buckets.get(0).aspectRatio.floatValue()); in getDisplayableSizesFromSupported()145 && !sortedDesiredAspectRatios.contains(aspectRatio)) { in getDisplayableSizesFromSupported()146 sortedDesiredAspectRatios.add(aspectRatio); in getDisplayableSizesFromSupported()151 for (Float targetRatio : sortedDesiredAspectRatios) { in getDisplayableSizesFromSupported()