/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | SystemFontsPerfTest.java | 19 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 D | FontFallbackSetup.java | 25 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 D | GetAvailableFontsTestActivity.java | 24 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 D | FontManagerService.java | 28 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 D | FontManagerShellCommand.java | 29 import android.graphics.fonts.SystemFonts; 325 SystemFonts.buildSystemFallback(fontConfig); in dump()
|
H A D | UpdatableFontDir.java | 24 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 D | TypefaceTest.java | 27 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 D | FontFileUtilTest.java | 28 import android.graphics.fonts.SystemFonts; 154 for (Font f : SystemFonts.getAvailableFonts()) { in testExtension()
|
H A D | TypefaceSystemFallbackTest.java | 30 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 D | Typeface.cpp | 125 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 D | SystemFonts.java | 47 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 D | Typeface.java | 36 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 D | system_fonts.cpp | 245 minikin::SystemFonts::getFontSet( in ASystemFontIterator_open() 313 minikin::SystemFonts::findFontCollection(familyName); in AFontMatcher_match()
|
/aosp14/frameworks/base/libs/hwui/jni/fonts/ |
H A D | Font.cpp | 322 minikin::SystemFonts::getFontSet( in Font_getAvailableFontSet()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/ |
H A D | UpdatableFontDirTest.java | 29 import android.graphics.fonts.SystemFonts; 143 (map) -> SystemFonts.getSystemFontConfig(map, 0, 0);
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 10 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 D | preloaded-classes | 2330 android.graphics.fonts.SystemFonts
|
H A D | boot-image-profile.txt | 7947 HSPLandroid/graphics/fonts/SystemFonts;->mmap(Ljava/lang/String;)Ljava/nio/ByteBuffer; 35217 Landroid/graphics/fonts/SystemFonts;
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 2326 android.graphics.fonts.SystemFonts
|
H A D | boot-image-profile.txt | 7944 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 17448 public final class SystemFonts {
|