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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java86 public List<Font> getFonts(FontVariant variant) { method in class:Typeface_Delegate
H A DBidiRenderer.java81 mFonts = new ArrayList<Font>(paint.getFonts().size());
82 for (FontInfo fontInfo : paint.getFonts()) {
H A DPaint_Delegate.java110 public List<FontInfo> getFonts() { method in class:Paint_Delegate
1170 List<Font> fonts = mTypeface.getFonts(mFontVariant);

Completed in 239 milliseconds