Searched refs:Typeface_Delegate (Results 1 – 4 of 4) sorted by relevance
45 public final class Typeface_Delegate { class50 private static final DelegateManager<Typeface_Delegate> sManager =51 new DelegateManager<Typeface_Delegate>(Typeface_Delegate.class);67 public static Typeface_Delegate getDelegate(long nativeTypeface) { in getDelegate()147 Typeface_Delegate delegate = sManager.getDelegate(native_instance);155 return sManager.addNewDelegate(new Typeface_Delegate(delegate.mFontFamilies, style,161 Typeface_Delegate delegate = sManager.getDelegate(native_instance);168 Typeface_Delegate weightAlias =169 new Typeface_Delegate(delegate.mFontFamilies, delegate.mStyle, weight);179 Typeface_Delegate delegate = new Typeface_Delegate(fontFamilies, Typeface.NORMAL);[all …]
79 private Typeface_Delegate mTypeface;895 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface); in native_setTypeface()1146 mTypeface = Typeface_Delegate.getDelegate(Typeface.sDefaults[0].native_instance); in reset()
39 import static android.graphics.Typeface_Delegate.SYSTEM_FONTS;
45 import android.graphics.Typeface_Delegate;298 Typeface_Delegate.resetDefaults(); in dispose()