Searched refs:Typeface_Delegate (Results 1 – 5 of 5) sorted by relevance
66 public final class Typeface_Delegate { class73 private static final DelegateManager<Typeface_Delegate> sManager =74 new DelegateManager<>(Typeface_Delegate.class);91 private Typeface_Delegate(@NonNull FontFamily_Delegate[] fontFamilies, in Typeface_Delegate() method in Typeface_Delegate100 public static Typeface_Delegate getDelegate(long nativeTypeface) { in getDelegate()108 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateFromTypeface()117 new Typeface_Delegate(delegate.mFontFamilies, delegate.mFontFamilyBuilders, style, in nativeCreateFromTypeface()124 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateFromTypefaceWithExactStyle()135 new Typeface_Delegate(delegate.mFontFamilies, delegate.mFontFamilyBuilders, style, in nativeCreateFromTypefaceWithExactStyle()159 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateWeightAlias()[all …]
95 private Typeface_Delegate mTypeface;130 Typeface_Delegate typeface = mTypeface; in getFonts()136 typeface = Typeface_Delegate.getDelegate(Typeface.sDefaultTypeface.native_instance); in getFonts()906 Typeface_Delegate typefaceDelegate = Typeface_Delegate.getDelegate(typeface); in nSetTypeface()1262 Typeface_Delegate defaultTypeface = in reset()1263 Typeface_Delegate.getDelegate(Typeface.sDefaults[0].native_instance); in reset()
47 import static android.graphics.Typeface_Delegate.SYSTEM_FONTS;
56 import android.graphics.Typeface_Delegate;439 return Typeface_Delegate.createFromDisk(context, fontName, isFramework); in getFont()
45 import android.graphics.Typeface_Delegate;