Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java57 import static android.graphics.FontFamily_Delegate.getFontLocation;
108 if (FontFamily_Delegate.getFontLocation() != null) { in resetDefaults()
230 Typeface.buildSystemFallback_Original(getFontLocation() + "/fonts.xml", fontDir, fontMap, in buildSystemFallback()
DFontFamily_Delegate.java287 /*package*/ static String getFontLocation() { in getFontLocation() method in FontFamily_Delegate