Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt156 val axesCachedFont = verFontCache[tmpVarFontKey] regex
157 if (axesCachedFont != null) {
158 interpCache.put(InterpKey(start, end, progress), axesCachedFont)
162 return axesCachedFont