Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DFontInterpolator.kt59 private data class VarFontKey( dataClass
83 private val verFontCache = hashMapOf<VarFontKey, Font>()
87 private val tmpVarFontKey = VarFontKey(0, 0, mutableListOf())
156 verFontCache[VarFontKey(start, newAxes)] = newFont