Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DFontInterpolator.kt46 private data class InterpKey(var l: Font?, var r: Font?, var progress: Float) { dataClass
82 private val interpCache = hashMapOf<InterpKey, Font>()
86 private val tmpInterpKey = InterpKey(null, null, 0f)
145 interpCache[InterpKey(start, end, progress)] = axesCachedFont
155 interpCache[InterpKey(start, end, progress)] = newFont