Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java233 return getSystemFontConfigInternal(FONTS_XML, SYSTEM_FONT_DIR, OEM_XML, OEM_FONT_DIR, in getSystemFontConfig()
242 return getSystemFontConfigInternal(FONTS_XML, SYSTEM_FONT_DIR, OEM_XML, OEM_FONT_DIR, null, in getSystemPreinstalledFontConfig()
246 /* package */ static @NonNull FontConfig getSystemFontConfigInternal( in getSystemFontConfigInternal() method in SystemFonts