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.java120 Font cachedFont = mFonts.get(desiredStyle);
121 if (cachedFont != null) {
122 return cachedFont;
/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java213 Font cachedFont = mFonts.get(desiredStyle); in getFont() local
214 if (cachedFont != null) { in getFont()
215 return cachedFont; in getFont()