Searched refs:FontFamily_Delegate (Results 1 – 4 of 4) sorted by relevance
23 import android.graphics.FontFamily_Delegate.FontVariant;30 import static android.graphics.FontFamily_Delegate.getFontLocation;57 private final FontFamily_Delegate[] mFontFamilies; // the reference to FontFamily_Delegate.87 …int weight = mWeight + ((mStyle & Font.BOLD) == 0 ? 0 : FontFamily_Delegate.BOLD_FONT_WEIGHT_DELTA… in getFonts()94 FontFamily_Delegate ffd = mFontFamilies[i]; in getFonts()107 FontFamily_Delegate ffd2 = mFontFamilies[++i]; in getFonts()137 if (FontFamily_Delegate.getFontLocation() != null) {175 FontFamily_Delegate[] fontFamilies = new FontFamily_Delegate[familyArray.length];177 fontFamilies[i] = FontFamily_Delegate.getDelegate(familyArray[i]);210 private Typeface_Delegate(@NonNull FontFamily_Delegate[] fontFamilies, int style) {[all …]
53 public class FontFamily_Delegate { class75 private static final DelegateManager<FontFamily_Delegate> sManager =76 new DelegateManager<FontFamily_Delegate>(FontFamily_Delegate.class);80 private static final List<FontFamily_Delegate> sPostInitDelegate = new81 ArrayList<FontFamily_Delegate>();112 public static FontFamily_Delegate getDelegate(long nativeFontFamily) { in getDelegate()143 for (FontFamily_Delegate fontFamily : sPostInitDelegate) { in setFontLocation()226 FontFamily_Delegate delegate = new FontFamily_Delegate(); in nCreateFamily()247 final FontFamily_Delegate delegate = getDelegate(nativeFamily);266 final FontFamily_Delegate delegate = getDelegate(nativeFamily);
24 import android.graphics.FontFamily_Delegate.FontVariant;
44 import android.graphics.FontFamily_Delegate;244 FontFamily_Delegate.setFontLocation(fontLocation.getAbsolutePath()); in init()