Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java47 /*package*/ static FontConfig getSystemFontConfigInternal( in getSystemFontConfigInternal() method in SystemFonts_Delegate
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java221 return getSystemFontConfigInternal(FONTS_XML, SYSTEM_FONT_DIR, OEM_XML, OEM_FONT_DIR, in getSystemFontConfig()
230 return getSystemFontConfigInternal(FONTS_XML, SYSTEM_FONT_DIR, OEM_XML, OEM_FONT_DIR, null, in getSystemPreinstalledFontConfig()
234 /* package */ static @NonNull FontConfig getSystemFontConfigInternal( in getSystemFontConfigInternal() method in SystemFonts