Searched refs:FontInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java67 private static final class FontInfo { class in class:FontFamily_Delegate
86 private List<FontInfo> mFonts = new ArrayList<FontInfo>();
151 FontInfo desiredStyle = new FontInfo();
154 FontInfo bestFont = null;
156 for (FontInfo font : mFonts) {
310 FontInfo fontInfo = new FontInfo();
318 private boolean addFont(@NonNull FontInfo fontInf
[all...]
H A DPaint_Delegate.java58 /*package*/ static final class FontInfo { class in class:Paint_Delegate
70 private List<FontInfo> mFonts;
110 public List<FontInfo> getFonts() {
1174 ArrayList<FontInfo> infoList = new ArrayList<FontInfo>(fonts.size());
1182 FontInfo info = new FontInfo();
H A DBidiRenderer.java37 import android.graphics.Paint_Delegate.FontInfo;
82 for (FontInfo fontInfo : paint.getFonts()) {
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font_single.py41 class FontInfo(object): class in inherits:object
119 """ Returns a list of FontInfo representing the various sets of namerecords
135 font = FontInfo()
H A Dbuild_font.py43 class FontInfo(object): class in inherits:object
135 """ Returns a list of FontInfo representing the various sets of namerecords
151 font = FontInfo()

Completed in 125 milliseconds