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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DFontLoader.java75 private static final List<FontInfo> mMainFonts = new ArrayList<FontInfo>();
76 private static final List<FontInfo> mFallbackFonts = new ArrayList<FontInfo>();
87 List<FontInfo> systemFonts = handler.getFontList();
92 List<FontInfo> fallbackFonts = handler.getFontList();
122 List<FontInfo> fontList, List<FontInfo> fallBackList) {
151 for (FontInfo info : mMainFonts) {
159 for (FontInfo inf
177 private final static class FontInfo { class in class:FontLoader
181 FontInfo() { method in class:FontLoader.FontInfo
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java59 /*package*/ static final class FontInfo { class in class:Paint_Delegate
69 private List<FontInfo> mFonts;
108 public List<FontInfo> getFonts() {
937 for (FontInfo info : delegate.mFonts) {
993 for (FontInfo info : delegate.mFonts) {
1087 FontInfo mainInfo = delegate.mFonts.get(0);
1167 ArrayList<FontInfo> infoList = new ArrayList<FontInfo>(fonts.size());
1169 FontInfo info = new FontInfo();
[all...]
H A DCanvas_Delegate.java26 import android.graphics.Paint_Delegate.FontInfo;
1005 List<FontInfo> fonts = paintDelegate.getFonts();
1008 FontInfo mainFont = fonts.get(0);
1041 FontInfo fontInfo = fonts.get(f);

Completed in 1175 milliseconds