Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java256 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont() local
258 assertEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testInvalidCmapFont()
266 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont2() local
268 assertEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testInvalidCmapFont2()
296 final float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont_unsortedEntries() local
298 assertEquals(widthDefaultTypeface, widthCustomTypeface, 0.0f); in testInvalidCmapFont_unsortedEntries()
311 final float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont_unsortedEntries() local
313 assertEquals(widthDefaultTypeface, widthCustomTypeface, 0.0f); in testInvalidCmapFont_unsortedEntries()
515 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testTypeface_SupportedCmapEncodingTest() local
519 assertNotEquals(widthDefaultTypeface, widthCustomTypeface, 1.0f); in testTypeface_SupportedCmapEncodingTest()