Searched refs:findFromCache (Results 1 – 3 of 3) sorted by relevance
243 Typeface typeface = findFromCache(mgr, path); in createFromResources()309 public static Typeface findFromCache(AssetManager mgr, String path) { in findFromCache() method in Typeface
242 Typeface typeface = Typeface.findFromCache(context.getAssets(), path); in createFromDisk()
958 Typeface cached = Typeface.findFromCache(mAssets, file); in loadFont()