Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/
DFontListParserTest.java433 assertThat(SystemFonts.resolveVarFamilyType(families.get(0), null)) in varFamilyTypeRsolve()
435 assertThat(SystemFonts.resolveVarFamilyType(families.get(1), null)) in varFamilyTypeRsolve()
437 assertThat(SystemFonts.resolveVarFamilyType(families.get(2), null)) in varFamilyTypeRsolve()
439 assertThat(SystemFonts.resolveVarFamilyType(families.get(3), null)) in varFamilyTypeRsolve()
441 assertThat(SystemFonts.resolveVarFamilyType(families.get(4), null)) in varFamilyTypeRsolve()
463 assertThat(SystemFonts.resolveVarFamilyType(families.get(1), null)) in varFamilyTypeRsolve_ForName()
465 assertThat(SystemFonts.resolveVarFamilyType(families.get(1), "serif")) in varFamilyTypeRsolve_ForName()
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java105 public static @FontFamily.Builder.VariableFontFamilyType int resolveVarFamilyType( in resolveVarFamilyType() method in SystemFonts
194 defaultFonts, languageTags, variant, resolveVarFamilyType(xmlFamily, null), false, in pushFamilyToFallback()
213 resolveVarFamilyType(xmlFamily, name), false, cache); in pushFamilyToFallback()
285 resolveVarFamilyType(xmlFamily, in appendNamedFamilyList()