Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/method/cts/
DTouchTest.java189 float totalWidth = 0f; in getTextWidth() local
193 totalWidth += f; in getTextWidth()
195 return (int) totalWidth; in getTextWidth()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java75 float totalWidth = 0.0f; in testBreakText() local
77 totalWidth += widths[i]; in testBreakText()
82 assertBreakText(text, textChars, textSpan, i, i + 1, true, totalWidth, 1, widths[i]); in testBreakText()
86 assertBreakText(text, textChars, textSpan, 0, 0, true, totalWidth, 0, 0); in testBreakText()
89 assertBreakText(text, textChars, textSpan, 0, 3, true, totalWidth, in testBreakText()
93 assertBreakText(text, textChars, textSpan, 0, 3, false, totalWidth, in testBreakText()
97 assertBreakText(text, textChars, textSpan, 5, 7, true, totalWidth, in testBreakText()
101 assertBreakText(text, textChars, textSpan, 5, 7, false, totalWidth, in testBreakText()
105 assertBreakText(text, textChars, textSpan, 2, 5, true, totalWidth, in testBreakText()
109 assertBreakText(text, textChars, textSpan, 2, 5, false, totalWidth, in testBreakText()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2638 float totalWidth = 0.0f;
2640 totalWidth += f;
2642 final int stringWidth = (int) totalWidth;