Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java94 FontFamily_Delegate ffd = mFontFamilies[i]; in getFonts() local
95 if (ffd != null && ffd.isValid()) { in getFonts()
96 Font font = ffd.getFont(weight, isItalic); in getFonts()
98 FontVariant ffdVariant = ffd.getVariant(); in getFonts()
114 if (variant == ffd.getVariant()) { in getFonts()