Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DFontFamily_Builder_Delegate.java131 Font cachedFont = mFonts.get(desiredStyle);
132 if (cachedFont != null) {
133 return cachedFont;
/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java207 Font cachedFont = mFonts.get(desiredStyle); in getFont() local
208 if (cachedFont != null) { in getFont()
209 return cachedFont; in getFont()