Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt91 private val verFontCache = LruCache<VarFontKey, Font>(cacheMaxEntries) regex
156 val axesCachedFont = verFontCache[tmpVarFontKey]
170 verFontCache.put(VarFontKey(start, newAxes), newFont)