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.java243 … HashMap<Float, ResolutionBucket> aspectRatioToBuckets = new HashMap<Float, ResolutionBucket>(); in parseAvailableSizes() local
250 ResolutionBucket bucket = aspectRatioToBuckets.get(aspectRatio); in parseAvailableSizes()
254 aspectRatioToBuckets.put(aspectRatio, bucket); in parseAvailableSizes()
259 aspectRatioToBuckets.get(16 / 9.0f).add(NEXUS_5_LARGE_16_BY_9_SIZE); in parseAvailableSizes()
262 aspectRatioToBuckets.values()); in parseAvailableSizes()