Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java66 public final class Typeface_Delegate { class
73 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_Delegate
100 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 …]
DPaint_Delegate.java95 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()
DFontFamily_Delegate.java47 import static android.graphics.Typeface_Delegate.SYSTEM_FONTS;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java56 import android.graphics.Typeface_Delegate;
439 return Typeface_Delegate.createFromDisk(context, fontName, isFramework); in getFont()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java45 import android.graphics.Typeface_Delegate;