Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A 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
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/fonts/
H A DSystemFonts_Delegate.java47 /*package*/ static FontConfig getSystemFontConfigInternal( in getSystemFontConfigInternal() method in SystemFonts_Delegate