HomeSort by relevance Sort by last modified time
    Searched refs:getFonts (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 82 public static List<Font> getFonts(Typeface typeface) {
83 return getFonts(typeface.native_instance);
86 public static List<Font> getFonts(int native_int) {
92 return delegate.getFonts();
95 public List<Font> getFonts() {
BidiRenderer.java 97 for (ScriptRun run : getScriptRuns(mText, start, limit, isRtl, mPaint.getFonts())) {
113 List<FontInfo> fonts = mPaint.getFonts();
Paint_Delegate.java 107 public List<FontInfo> getFonts() {
    [all...]

Completed in 292 milliseconds