Home
last modified time | relevance | path

Searched refs:sizeMap (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DThumbnailCache.java74 TreeMap<Point, CacheKey> sizeMap; in getThumbnail() local
76 if (sizeMap == null || sizeMap.isEmpty()) { in getThumbnail()
131 TreeMap<Point, CacheKey> sizeMap; in putThumbnail() local
134 if (sizeMap == null) { in putThumbnail()
142 synchronized (sizeMap) { in putThumbnail()
143 sizeMap.put(size, cacheKey); in putThumbnail()
152 TreeMap<Point, CacheKey> sizeMap; in removeUri() local
157 if (sizeMap != null) { in removeUri()
168 TreeMap<Point, CacheKey> sizeMap; in removeKey() local
173 assert (sizeMap != null); in removeKey()
[all …]