Searched refs:FontsIterator (Results 1 – 1 of 1) sorted by relevance
333 return new FontsIterator(mFontFamilies, mFontFamilyBuilders, variant, mWeight, mStyle); in getFonts()336 private static class FontsIterator implements Iterator<Font>, Iterable<Font> { class in Typeface_Delegate345 private FontsIterator(@NonNull FontFamily_Delegate[] fontFamilies, in FontsIterator() method in Typeface_Delegate.FontsIterator