Home
last modified time | relevance | path

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

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