HomeSort by relevance Sort by last modified time
    Searched full:typeface_delegate (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 47 public final class Typeface_Delegate {
52 private static final DelegateManager<Typeface_Delegate> sManager =
53 new DelegateManager<Typeface_Delegate>(Typeface_Delegate.class);
69 public static Typeface_Delegate getDelegate(long nativeTypeface) {
149 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
157 return sManager.addNewDelegate(new Typeface_Delegate(delegate.mFontFamilies, style,
163 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
170 Typeface_Delegate weightAlias =
171 new Typeface_Delegate(delegate.mFontFamilies, delegate.mStyle, weight)
    [all...]
Paint_Delegate.java 84 private Typeface_Delegate mTypeface;
896 Typeface_Delegate typefaceDelegate = Typeface_Delegate.getDelegate(typeface);
898 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface);
1128 Typeface_Delegate typeface_delegate = Typeface_Delegate.getDelegate(nativeTypeface); local
    [all...]
FontFamily_Delegate.java 46 import static android.graphics.Typeface_Delegate.SYSTEM_FONTS;
275 // collection. Typeface_Delegate may still hold a reference for it.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 41 import android.graphics.Typeface_Delegate;
404 Typeface_Delegate.resetDefaults();

Completed in 93 milliseconds