Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt75 private val insetsCache = LruCache<CacheKey, Rect>(MAX_CACHE_SIZE) regex
107 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)