Searched refs:systemFontFamilyName (Results 1 – 3 of 3) sorted by relevance
55 @Nullable String systemFontFamilyName) { in ProviderResourceEntry() argument60 mSystemFontFamilyName = systemFontFamilyName; in ProviderResourceEntry()176 String systemFontFamilyName = array.getString( in readFamily() local209 systemFontFamilyName in readFamily()
218 String systemFontFamilyName = null; in createFromTextView() local222 systemFontFamilyName = typeface.getSystemFontFamilyName(); in createFromTextView()229 .setSystemFontFamilyName(systemFontFamilyName) in createFromTextView()644 public Builder setSystemFontFamilyName(@Nullable String systemFontFamilyName) { in setSystemFontFamilyName() argument645 mSystemFontFamilyName = systemFontFamilyName; in setSystemFontFamilyName()
309 String systemFontFamilyName = providerEntry.getSystemFontFamilyName(); in createFromResources() local310 if (systemFontFamilyName != null && hasFontFamily(systemFontFamilyName)) { in createFromResources()311 return Typeface.create(systemFontFamilyName, NORMAL); in createFromResources()1191 private Typeface(long ni, @Nullable String systemFontFamilyName) {1200 mSystemFontFamilyName = systemFontFamilyName;