Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java83 private final FontFamily_Delegate[] mFontFamilies; // the reference to FontFamily_Delegate. field in Typeface_Delegate
93 mFontFamilies = fontFamilies; in Typeface_Delegate()
127 new Typeface_Delegate(delegate.mFontFamilies, style, delegate.mWeight)); in nativeCreateFromTypeface()
144 new Typeface_Delegate(delegate.mFontFamilies, style, weight)); in nativeCreateFromTypefaceWithExactStyle()
175 new Typeface_Delegate(delegate.mFontFamilies, delegate.mStyle, weight); in nativeCreateWeightAlias()
395 return new FontsIterator(mFontFamilies, variant, mWeight, mStyle);