Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DSystemFontsPerfTest.java19 import android.graphics.fonts.SystemFonts;
42 SystemFonts.resetAvailableFonts(); in getAvailableFonts()
46 SystemFonts.getAvailableFonts(); in getAvailableFonts()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DFontFallbackSetup.java25 import android.graphics.fonts.SystemFonts;
87 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in FontFallbackSetup()
88 mFontMap = SystemFonts.buildSystemTypefaces(fontConfig, fallbackMap); in FontFallbackSetup()
/aosp14/frameworks/base/tests/UpdatableSystemFontTest/EmojiRenderingTestApp/src/com/android/emojirenderingtestapp/
H A DGetAvailableFontsTestActivity.java24 import android.graphics.fonts.SystemFonts;
35 for (Font font : SystemFonts.getAvailableFonts()) { in onCreate()
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerService.java28 import android.graphics.fonts.SystemFonts;
358 return SystemFonts.getSystemPreinstalledFontConfig(); in getSystemFontConfig()
381 SystemFonts.buildSystemFallback(fontConfig, bufferCache); in serializeFontMap()
383 SystemFonts.buildSystemTypefaces(fontConfig, fallback); in serializeFontMap()
H A DFontManagerShellCommand.java29 import android.graphics.fonts.SystemFonts;
325 SystemFonts.buildSystemFallback(fontConfig); in dump()
H A DUpdatableFontDir.java24 import android.graphics.fonts.SystemFonts;
148 (map) -> SystemFonts.getSystemFontConfig(map, 0, 0) in UpdatableFontDir()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceTest.java27 import android.graphics.fonts.SystemFonts;
200 FontConfig fontConfig = SystemFonts.getSystemPreinstalledFontConfig(); in testSerialize()
201 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testSerialize()
202 Map<String, Typeface> systemFontMap = SystemFonts.buildSystemTypefaces(fontConfig, in testSerialize()
H A DFontFileUtilTest.java28 import android.graphics.fonts.SystemFonts;
154 for (Font f : SystemFonts.getAvailableFonts()) { in testExtension()
H A DTypefaceSystemFallbackTest.java30 import android.graphics.fonts.SystemFonts;
187 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in buildSystemFallback()
188 Map<String, Typeface> typefaceMap = SystemFonts.buildSystemTypefaces( in buildSystemFallback()
217 Map<String, FontFamily[]> fallbackMap = SystemFonts.buildSystemFallback(fontConfig); in testBuildSystemFallback()
220 Map<String, Typeface> typefaceMap = SystemFonts.buildSystemTypefaces( in testBuildSystemFallback()
/aosp14/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp125 minikin::SystemFonts::registerDefault(toTypeface(faceHandle)->fFontCollection); in Typeface_setDefault()
146 minikin::SystemFonts::registerFallback(familyNameChars.c_str(), in Typeface_registerGenericFamily()
379 minikin::SystemFonts::addFontMap(std::move(collection)); in Typeface_addFontCollection()
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java47 public final class SystemFonts { class
57 private SystemFonts() {} // Do not instansiate. in SystemFonts() method in SystemFonts
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java36 import android.graphics.fonts.SystemFonts;
1478 FontConfig config = SystemFonts.getSystemPreinstalledFontConfig();
1543 final FontConfig fontConfig = SystemFonts.getSystemPreinstalledFontConfig();
1544 final Map<String, FontFamily[]> fallback = SystemFonts.buildSystemFallback(fontConfig);
1546 SystemFonts.buildSystemTypefaces(fontConfig, fallback);
/aosp14/frameworks/base/native/android/
H A Dsystem_fonts.cpp245 minikin::SystemFonts::getFontSet( in ASystemFontIterator_open()
313 minikin::SystemFonts::findFontCollection(familyName); in AFontMatcher_match()
/aosp14/frameworks/base/libs/hwui/jni/fonts/
H A DFont.cpp322 minikin::SystemFonts::getFontSet( in Font_getAvailableFontSet()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java29 import android.graphics.fonts.SystemFonts;
143 (map) -> SystemFonts.getSystemFontConfig(map, 0, 0);
/aosp14/frameworks/base/config/
H A Dboot-profile.txt10 Landroid/graphics/fonts/SystemFonts;->pushFamilyToFallback(Landroid/text/FontConfig$Family;Landroid…
22 Landroid/graphics/fonts/SystemFonts;->createFontFamily(Ljava/lang/String;Ljava/util/List;Ljava/lang…
44 Landroid/graphics/fonts/SystemFonts;->buildSystemFallback(Ljava/lang/String;Ljava/lang/String;Landr…
45 Landroid/graphics/fonts/SystemFonts;->$closeResource(Ljava/lang/Throwable;Ljava/lang/AutoCloseable;…
46 Landroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer;
H A Dpreloaded-classes2330 android.graphics.fonts.SystemFonts
H A Dboot-image-profile.txt7947 HSPLandroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer;
35217 Landroid/graphics/fonts/SystemFonts;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2326 android.graphics.fonts.SystemFonts
H A Dboot-image-profile.txt7944 HSPLandroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer;
25110 Landroid/graphics/fonts/SystemFonts;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17448 public final class SystemFonts {