Home
last modified time | relevance | path

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

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