Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontTest.java41 Set<Font> nativeFonts = NativeSystemFontHelper.getAvailableFonts(); in testSameResultAsJava()
56 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter()
58 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter()
65 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_fallback()
67 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_fallback()
115 NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_notCrash()
DSystemFontsTest.java51 allParams.add(new Object[] { NativeSystemFontHelper.getAvailableFonts() }); in getParameters()
DNativeSystemFontHelper.java26 public class NativeSystemFontHelper { class