Searched refs:sizeMap (Results 1 – 1 of 1) sorted by relevance
74 TreeMap<Point, CacheKey> sizeMap; in getThumbnail() local76 if (sizeMap == null || sizeMap.isEmpty()) { in getThumbnail()131 TreeMap<Point, CacheKey> sizeMap; in putThumbnail() local134 if (sizeMap == null) { in putThumbnail()142 synchronized (sizeMap) { in putThumbnail()143 sizeMap.put(size, cacheKey); in putThumbnail()152 TreeMap<Point, CacheKey> sizeMap; in removeUri() local157 if (sizeMap != null) { in removeUri()168 TreeMap<Point, CacheKey> sizeMap; in removeKey() local173 assert (sizeMap != null); in removeKey()[all …]