Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java1248 verifyMeasureText(text, textChars, textSpan, 0, 7, totalWidth); in testMeasureText()
1251 verifyMeasureText(text, textChars, textSpan, 1, 3, widths[1] + widths[2]); in testMeasureText()
1254 verifyMeasureText(text, textChars, textSpan, 3, 3, 0); in testMeasureText()
1257 verifyMeasureText(text, textChars, textSpan, 0, 2, widths[0] + widths[1]); in testMeasureText()
1258 verifyMeasureText(text, textChars, textSpan, 4, 7, widths[4] + widths[5] + widths[6]); in testMeasureText()
1271 verifyMeasureText(longString, longChars, longSpanned, 0, 1, width); in testMeasureTextContext()
1272 verifyMeasureText(longString, longChars, longSpanned, 1, 2, width); in testMeasureTextContext()
1273 verifyMeasureText(longString, longChars, longSpanned, 2, 3, width); in testMeasureTextContext()
1290 private void verifyMeasureText(String text, char[] textChars, SpannedString textSpan, in verifyMeasureText() method