Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontInterpolator.kt94 private val tmpInterpKey = InterpKey(null, null, 0f) in <lambda>() constant
114 tmpInterpKey.set(start, end, progress) in <lambda>()
115 val cachedFont = interpCache[tmpInterpKey] in <lambda>()
118 Log.d(LOG_TAG, "[$progress] Interp. cache hit for $tmpInterpKey") in <lambda>()
173 Log.e(LOG_TAG, "[$progress] Cache MISS for $tmpInterpKey / $tmpVarFontKey") in <lambda>()