Searched refs:aspectRatioToBuckets (Results 1 – 1 of 1) sorted by relevance
241 … HashMap<Float, ResolutionBucket> aspectRatioToBuckets = new HashMap<Float, ResolutionBucket>(); in parseAvailableSizes() local248 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()