Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java848 Typeface normalFont = mResources.getFont(R.font.sample_ttc_family); in testGetFont_xmlFileWithTtc() local
849 assertNotNull(normalFont); in testGetFont_xmlFileWithTtc()
850 Typeface italicFont = Typeface.create(normalFont, Typeface.ITALIC); in testGetFont_xmlFileWithTtc()
853 assertEquals(getLargerTypeface("a", normalFont, italicFont), normalFont); in testGetFont_xmlFileWithTtc()
854 assertEquals(getLargerTypeface("b", normalFont, italicFont), italicFont); in testGetFont_xmlFileWithTtc()