Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DFontFamily_Builder_Delegate.java168 Font font = loadFont(buffer);
183 private static Font loadFont(@NonNull ByteBuffer buffer) {
/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java263 private static Font loadFont(String path) { in loadFont() method in FontFamily_Delegate
498 Font font = loadFont(path);
/frameworks/base/core/java/android/content/res/
DResources.java387 Typeface typeface = impl.loadFont(this, value, id); in getFont()
400 return mResourcesImpl.loadFont(this, value, id); in getFont()
DResourcesImpl.java947 public Typeface loadFont(Resources wrapper, TypedValue value, int id) { in loadFont() method