Searched refs:cachedFont (Results 1 – 1 of 1) sorted by relevance
208 Font cachedFont = mFonts.get(desiredStyle); in getFont() local209 if (cachedFont != null) { in getFont()210 return cachedFont; in getFont()