Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java82 public static List<Font> getFonts(Typeface typeface) { in getFonts() method in Typeface_Delegate
83 return getFonts(typeface.native_instance); in getFonts()
86 public static List<Font> getFonts(int native_int) { in getFonts() method in Typeface_Delegate
92 return delegate.getFonts(); in getFonts()
95 public List<Font> getFonts() { in getFonts() method in Typeface_Delegate
DPaint_Delegate.java108 public List<FontInfo> getFonts() { in getFonts() method in Paint_Delegate
1166 List<Font> fonts = mTypeface.getFonts(); in updateFontObject()
DCanvas_Delegate.java1002 List<FontInfo> fonts = paintDelegate.getFonts(); in native_drawText()