Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontInterpolator.kt95 private val tmpVarFontKey = VarFontKey(0, 0, mutableListOf()) in <lambda>() constant
155 tmpVarFontKey.set(start, newAxes) in <lambda>()
156 val axesCachedFont = verFontCache[tmpVarFontKey] in <lambda>()
160 Log.d(LOG_TAG, "[$progress] Axis cache hit for $tmpVarFontKey") in <lambda>()
173 Log.e(LOG_TAG, "[$progress] Cache MISS for $tmpInterpKey / $tmpVarFontKey") in <lambda>()