Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewFallbackLineSpacingTest.java25 import android.text.FontFallbackSetup;
93 try (FontFallbackSetup setup = in testFallbackLineSpacing()
94 new FontFallbackSetup("DynamicLayout", testFontFiles, xml)) { in testFallbackLineSpacing()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DFontFallbackSetup.java40 public class FontFallbackSetup implements AutoCloseable { class
46 public FontFallbackSetup(@NonNull String testSubDir, @NonNull String[] testFontFiles, in FontFallbackSetup() method in FontFallbackSetup
H A DDynamicLayoutTest.java234 try (FontFallbackSetup setup = in testFallbackLineSpacing()
235 new FontFallbackSetup("DynamicLayout", testFontFiles, xml)) { in testFallbackLineSpacing()
H A DStaticLayoutTest.java834 try (FontFallbackSetup setup =
835 new FontFallbackSetup("StaticLayout", testFontFiles, xml)) {