Searched defs:FontInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/rename_font/
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()
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()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java73 private static final Map<String, FontInfo> sCache =
74 new LinkedHashMap<String, FontInfo>(CACHE_SIZE) {
76 protected boolean removeEldestEntry(Entry<String, FontInfo> eldest) {
81 public FontInfo put(String key, FontInfo value) {
83 FontInfo removed = remove(key);
92 private static final class FontInfo { class in class:FontFamily_Delegate
111 private List<FontInfo> mFonts = new ArrayList<FontInfo>();
176 FontInfo desiredStyl
[all...]
H A DPaint_Delegate.java60 /*package*/ static final class FontInfo { class in class:Paint_Delegate
72 private List<FontInfo> mFonts;
115 public List<FontInfo> getFonts() {
1269 ArrayList<FontInfo> infoList = new ArrayList<FontInfo>(fonts.size());
1277 FontInfo info = new FontInfo();

Completed in 112 milliseconds