D | StatusBarContentInsetsProvider.kt | 83 private val insetsCache = LruCache<CacheKey, Rect>(MAX_CACHE_SIZE) in <lambda>() 252 key: CacheKey in <lambda>() 363 private fun getCacheKey(@Rotation rotation: Int, displayCutout: DisplayCutout?): CacheKey = in <lambda>() 364 CacheKey( in <lambda>() 370 private data class CacheKey( in <lambda>() class in com.android.systemui.statusbar.phone.StatusBarContentInsetsProvider
|