Searched refs:Cache (Results 1 – 1 of 1) sorted by relevance
51 private final Cache mCache;60 mCache = new Cache(maxCacheSizeInBytes); in ThumbnailCache()294 private final class Cache extends LruCache<Pair<Uri, Point>, Entry> { class in ThumbnailCache296 private Cache(int maxSizeBytes) { in Cache() method in ThumbnailCache.Cache