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