Searched refs:getLargerTypeface (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ResourcesTest.java | 823 private Typeface getLargerTypeface(String text, Typeface typeface1, Typeface typeface2) { in getLargerTypeface() method in ResourcesTest 853 assertEquals(getLargerTypeface("a", normalFont, italicFont), normalFont); in testGetFont_xmlFileWithTtc() 854 assertEquals(getLargerTypeface("b", normalFont, italicFont), italicFont); in testGetFont_xmlFileWithTtc() 869 assertEquals(getLargerTypeface("-", typeface1, typeface2), typeface2); in testGetFont_xmlFileWithVariationSettings()
|