Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontInterpolator.kt63 private data class VarFontKey( in <lambda>() class
91 private val verFontCache = LruCache<VarFontKey, Font>(cacheMaxEntries) in <lambda>()
95 private val tmpVarFontKey = VarFontKey(0, 0, mutableListOf()) in <lambda>()
170 verFontCache.put(VarFontKey(start, newAxes), newFont) in <lambda>()