Searched refs:sizeMap (Results 1 – 1 of 1) sorted by relevance
74 TreeMap<Point, CacheKey> sizeMap; in getThumbnail() local75 sizeMap = mSizeIndex.get(new SizeIndexKey(uri, userId)); in getThumbnail()76 if (sizeMap == null || sizeMap.isEmpty()) { in getThumbnail()82 CacheKey cacheKey = sizeMap.get(size); in getThumbnail()91 Point otherSize = sizeMap.higherKey(size); in getThumbnail()93 cacheKey = sizeMap.get(otherSize); in getThumbnail()104 otherSize = sizeMap.lowerKey(size); in getThumbnail()106 cacheKey = sizeMap.get(otherSize); in getThumbnail()131 TreeMap<Point, CacheKey> sizeMap; in putThumbnail() local133 sizeMap = mSizeIndex.get(new SizeIndexKey(uri, userId)); in putThumbnail()[all …]