Home
last modified time | relevance | path

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

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