Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java333 return new FontsIterator(mFontFamilies, mFontFamilyBuilders, variant, mWeight, mStyle); in getFonts()
336 private static class FontsIterator implements Iterator<Font>, Iterable<Font> { class in Typeface_Delegate
345 private FontsIterator(@NonNull FontFamily_Delegate[] fontFamilies, in FontsIterator() method in Typeface_Delegate.FontsIterator