Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java29 import static android.graphics.FontFamily_Delegate.getFontLocation;
52 return SystemFonts.buildSystemFallback_Original(getFontLocation() + "/standard/fonts.xml", in buildSystemFallback()
53 getFontLocation() + "/", oemCustomization, fallbackMap, availableFonts); in buildSystemFallback()
/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java285 public static String getFontLocation() { in getFontLocation() method in FontFamily_Delegate