Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java400 Typeface originalTypeface = Typeface.create(Typeface.MONOSPACE, Typeface.BOLD); in testFontWeightAdjustment_forceBoldTextEnabled_boldTypefaceIsBolded() local
406 mTextView.setTypeface(originalTypeface); in testFontWeightAdjustment_forceBoldTextEnabled_boldTypefaceIsBolded()
410 assertEquals(originalTypeface, mTextView.getTypeface()); in testFontWeightAdjustment_forceBoldTextEnabled_boldTypefaceIsBolded()