Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/res/
DFontResourcesParserTest.java19 import static android.content.res.FontResourcesParser.FamilyResourceEntry;
20 import static android.content.res.FontResourcesParser.FontFamilyFilesResourceEntry;
21 import static android.content.res.FontResourcesParser.FontFileResourceEntry;
22 import static android.content.res.FontResourcesParser.ProviderResourceEntry;
65 FamilyResourceEntry result = FontResourcesParser.parse(parser, mResources); in testParse()
101 FamilyResourceEntry result = FontResourcesParser.parse(parser, mResources); in testParseDownloadableFont()
114 FamilyResourceEntry result = FontResourcesParser.parse(parser, mResources); in testParseDownloadableFont_singleCerts()
135 FamilyResourceEntry result = FontResourcesParser.parse(parser, mResources); in testParseDownloadableFont_multipleCerts()
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java35 import android.content.res.FontResourcesParser;
265 FontResourcesParser.FamilyResourceEntry entry = in createFromDisk()
266 FontResourcesParser.parse(blockParser, context.getResources()); in createFromDisk()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java19 import static android.content.res.FontResourcesParser.FamilyResourceEntry;
20 import static android.content.res.FontResourcesParser.FontFamilyFilesResourceEntry;
21 import static android.content.res.FontResourcesParser.FontFileResourceEntry;
22 import static android.content.res.FontResourcesParser.ProviderResourceEntry;
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java39 public class FontResourcesParser { class
DResourcesImpl.java972 final FontResourcesParser.FamilyResourceEntry familyEntry = in loadFont()
973 FontResourcesParser.parse(rp, wrapper); in loadFont()
/frameworks/base/config/
Dpreloaded-classes1023 android.content.res.FontResourcesParser