Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/fonts/
H A DFontFamily_Builder_Delegate.java131 Font cachedFont = mFonts.get(desiredStyle);
132 if (cachedFont != null) {
133 return cachedFont;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DFontInterpolator.kt109 val cachedFont = interpCache[tmpInterpKey] regex
110 if (cachedFont != null) {
111 return cachedFont
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DFontInterpolatorTest.kt91 val cachedFont = interp.lerp(startFont, endFont, 0.5f) regex
92 assertThat(resultFont).isSameInstanceAs(cachedFont)
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java207 Font cachedFont = mFonts.get(desiredStyle); in getFont() local
208 if (cachedFont != null) { in getFont()
209 return cachedFont; in getFont()