Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java208 Font cachedFont = mFonts.get(desiredStyle); in getFont() local
209 if (cachedFont != null) { in getFont()
210 return cachedFont; in getFont()