Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8969 Typeface resultTypeface = mTextView.getTypeface(); in testFontResourcesXml_setInXmlWithStyle() local
8970 assertNotEquals(resultTypeface, expected); in testFontResourcesXml_setInXmlWithStyle()
8971 assertEquals(Typeface.create(expected, Typeface.ITALIC), resultTypeface); in testFontResourcesXml_setInXmlWithStyle() local
8972 assertEquals(Typeface.ITALIC, resultTypeface.getStyle()); in testFontResourcesXml_setInXmlWithStyle()