Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java45 public final class Typeface_Delegate { class
50 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 …]
DPaint_Delegate.java79 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()
DFontFamily_Delegate.java39 import static android.graphics.Typeface_Delegate.SYSTEM_FONTS;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java45 import android.graphics.Typeface_Delegate;
298 Typeface_Delegate.resetDefaults(); in dispose()