Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontTest.java136 final File fontFile = result.first; in testMatchFamilyStyleCharacter_notCrash() local
137 assertTrue(fontFile.exists()); in testMatchFamilyStyleCharacter_notCrash()
138 assertTrue(fontFile.isAbsolute()); in testMatchFamilyStyleCharacter_notCrash()
139 assertTrue(fontFile.isFile()); in testMatchFamilyStyleCharacter_notCrash()
140 assertTrue(fontFile.canRead()); in testMatchFamilyStyleCharacter_notCrash()
141 assertFalse(fontFile.canExecute()); in testMatchFamilyStyleCharacter_notCrash()
142 assertFalse(fontFile.canWrite()); in testMatchFamilyStyleCharacter_notCrash()
143 assertTrue(fontFile.length() > 0); in testMatchFamilyStyleCharacter_notCrash()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathTests.java35 File fontFile = TypefaceTestUtil.getFirstFont(text, paint); in testTextPathWithOffset() local
37 if (!fontFile.getName().startsWith("Roboto")) { in testTextPathWithOffset()
DFontRenderingTests.java67 File fontFile = TypefaceTestUtil.getFirstFont(sTestString1, p); in fontTestBody() local
68 if (!fontFile.getName().startsWith("Roboto")) { in fontTestBody()
/cts/hostsidetests/theme/app/src/android/theme/app/
DThemeDeviceActivity.java70 File fontFile = TypefaceTestUtil.getFirstFont("abc", new Paint()); in onCreate() local
71 if (!fontFile.getName().startsWith("Roboto")) { in onCreate()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java1026 File fontFile = TypefaceTestUtil.getFirstFont("abc", p);
1027 if (!fontFile.getName().startsWith("Roboto")) {