Searched defs:findFromCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DTypefaceCompat.java77 public static Typeface findFromCache(@NonNull Resources resources, int id, int style) { method in class:TypefaceCompat
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java252 Typeface typeface = findFromCache(mgr, path);
286 public static Typeface findFromCache(AssetManager mgr, String path) { method in class:Typeface

Completed in 54 milliseconds