Searched refs:insetsCache (Results 1 – 1 of 1) sorted by relevance
72 private val insetsCache = LruCache<CacheKey, Rect>(MAX_CACHE_SIZE) regex104 insetsCache.evictAll()140 var insets = insetsCache[key]174 val area = insetsCache[key] ?: getAndSetCalculatedAreaForRotation(203 return insetsCache[key] ?: getAndSetCalculatedAreaForRotation(223 insetsCache.put(key, it)271 insetsCache.snapshot().forEach { (key, rect) ->274 pw.println(insetsCache)