Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt90 private val interpCache = LruCache<InterpKey, Font>(cacheMaxEntries) regex
115 val cachedFont = interpCache[tmpInterpKey]
158 interpCache.put(InterpKey(start, end, progress), axesCachedFont)
169 interpCache.put(InterpKey(start, end, progress), newFont)