Searched refs:getFontList (Results 1 – 9 of 9) sorted by relevance
215 assertThat(foobar.getFontList()).hasSize(2); in construct()216 assertThat(foobar.getFontList().get(0).getFile()) in construct()218 assertThat(foobar.getFontList().get(1).getFile()) in construct()390 assertThat(foobar.getFontList()).hasSize(1); in construct_afterBatchFailure()391 assertThat(foobar.getFontList().get(0).getFile()) in construct_afterBatchFailure()852 assertThat(test.getFontList()).hasSize(1); in addFontFamily()853 assertThat(test.getFontList().get(0).getFile()) in addFontFamily()917 assertThat(monospace.getFontList()).hasSize(1); in getSystemFontConfig()918 assertThat(monospace.getFontList().get(0).getFile()) in getSystemFontConfig()921 assertThat(getLastFamily(fontConfig, "test").getFontList()) in getSystemFontConfig()[all …]
170 final List<FontConfig.Font> fonts = family.getFontList(); in dumpFontConfig()210 final List<FontConfig.Font> fonts = family.getFontList(); in dumpFontConfig()
451 for (int j = 0; j < family.getFontList().size(); ++j) { in getPreinstalledFontRevision()452 FontConfig.Font font = family.getFontList().get(j); in getPreinstalledFontRevision()
199 familyName, xmlFamily.getFontList(), in appendNamedFamily()
563 public @NonNull List<Font> getFontList() { in getFontList() method in FontConfig.FontFamily
347 for (FontConfig.Font font : family.getFontList()) { in getFontPath()
1408 for (int j = 0; j < family.getFontList().size(); ++j) {1409 preloadFontFile(family.getFontList().get(j).getFile().getAbsolutePath());
2571 method @NonNull public java.util.List<android.text.FontConfig.Font> getFontList();
14198 method @NonNull public java.util.List<android.text.FontConfig.Font> getFontList();