Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java51 private final Cache mCache;
60 mCache = new Cache(maxCacheSizeInBytes); in ThumbnailCache()
294 private final class Cache extends LruCache<Pair<Uri, Point>, Entry> { class in ThumbnailCache
296 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache