Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java107 FontCustomizationParser.Result oemCustomization; in parse() local
110 oemCustomization = FontCustomizationParser.parse(is, productFontDir, in parse()
114 oemCustomization = new FontCustomizationParser.Result(); in parse()
117 oemCustomization = new FontCustomizationParser.Result(); in parse()
124 return readFamilies(parser, systemFontDir, oemCustomization, updatableFontMap, in parse()