Searched refs:memoryCache (Results 1 – 1 of 1) sorted by relevance
42 private val memoryCache: LruCache<String, Bitmap> in onLoadBitmap() constant in host.exp.exponent.ExponentManifest103 } else memoryCache[iconUrl] in getIconFromCache()118 memoryCache.put(iconUrl, bitmap) in loadIconTask()126 memoryCache.put(iconUrl, scaledBitmap) in loadIconTask()304 memoryCache = object : LruCache<String, Bitmap>(cacheSize) {