Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java78 char[] textChars = text.toCharArray(); in testBreakText() local
95 verifyBreakText(text, textChars, textSpan, i, i + 1, true, totalWidth, 1, widths[i]); in testBreakText()
99 verifyBreakText(text, textChars, textSpan, 0, 0, true, totalWidth, 0, 0); in testBreakText()
102 verifyBreakText(text, textChars, textSpan, 0, 3, true, totalWidth, in testBreakText()
106 verifyBreakText(text, textChars, textSpan, 0, 3, false, totalWidth, in testBreakText()
110 verifyBreakText(text, textChars, textSpan, 5, 7, true, totalWidth, in testBreakText()
114 verifyBreakText(text, textChars, textSpan, 5, 7, false, totalWidth, in testBreakText()
118 verifyBreakText(text, textChars, textSpan, 2, 5, true, totalWidth, in testBreakText()
122 verifyBreakText(text, textChars, textSpan, 2, 5, false, totalWidth, in testBreakText()
126 verifyBreakText(text, textChars, textSpan, 2, 5, true, widths[2] + widths[3], in testBreakText()
[all …]