Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt89 val cacheMaxEntries = numberOfAnimationSteps?.let { it * 2 } ?: DEFAULT_FONT_CACHE_MAX_ENTRIES regex
90 private val interpCache = LruCache<InterpKey, Font>(cacheMaxEntries)
91 private val verFontCache = LruCache<VarFontKey, Font>(cacheMaxEntries)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DFontInterpolatorTest.kt121 for (i in 0..interp.cacheMaxEntries + 1) {