Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DFontInterpolator.kt82 private val interpCache = hashMapOf<InterpKey, Font>() regex
109 val cachedFont = interpCache[tmpInterpKey]
145 interpCache[InterpKey(start, end, progress)] = axesCachedFont
155 interpCache[InterpKey(start, end, progress)] = newFont