Searched refs:insetsCache (Results 1 – 1 of 1) sorted by relevance
75 private val insetsCache = LruCache<CacheKey, Rect>(MAX_CACHE_SIZE) regex107 insetsCache.evictAll()141 var insets = insetsCache[getCacheKey(rotation = rotation)]172 val area = insetsCache[key] ?: getAndSetCalculatedAreaForRotation(200 return insetsCache[key] ?: getAndSetCalculatedAreaForRotation(219 insetsCache.put(key, it)267 insetsCache.snapshot().forEach { (key, rect) ->270 pw.println(insetsCache)