Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DFontInterpolatorTest.kt91 val cachedFont = interp.lerp(startFont, endFont, 0.5f) regex
92 assertThat(resultFont).isSameInstanceAs(cachedFont)
131 val cachedFont = interp.lerp(startFont, endFont, 0.5f) regex
132 assertThat(resultFont).isNotSameInstanceAs(cachedFont)
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontInterpolator.kt115 val cachedFont = interpCache[tmpInterpKey] regex
116 if (cachedFont != null) {
120 return cachedFont