Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt50 private data class InterpKey(var l: Font?, var r: Font?, var progress: Float) { dataClass
90 private val interpCache = LruCache<InterpKey, Font>(cacheMaxEntries)
94 private val tmpInterpKey = InterpKey(null, null, 0f)
158 interpCache.put(InterpKey(start, end, progress), axesCachedFont)
169 interpCache.put(InterpKey(start, end, progress), newFont)