Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/method/cts/
DTouchTest.java178 float totalWidth = 0f; in getTextWidth() local
182 totalWidth += f; in getTextWidth()
184 return (int) totalWidth; in getTextWidth()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java89 float totalWidth = 0.0f; in testBreakText() local
91 totalWidth += widths[i]; in testBreakText()
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()
[all …]