Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java241 … HashMap<Float, ResolutionBucket> aspectRatioToBuckets = new HashMap<Float, ResolutionBucket>(); in parseAvailableSizes() local
248 ResolutionBucket bucket = aspectRatioToBuckets.get(aspectRatio); in parseAvailableSizes()
252 aspectRatioToBuckets.put(aspectRatio, bucket); in parseAvailableSizes()
257 aspectRatioToBuckets.get(16 / 9.0f).add(NEXUS_5_LARGE_16_BY_9_SIZE); in parseAvailableSizes()
260 aspectRatioToBuckets.values()); in parseAvailableSizes()