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

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

Completed in 196 milliseconds