Home
last modified time | relevance | path

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

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