Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DLayoutTest.java298 CharSequence textShort = "test"; in testGetDesiredWidthRange() local
302 float widthShort = Layout.getDesiredWidth(textShort, 0, textShort.length(), paint); in testGetDesiredWidthRange()
305 float widthPartShort = Layout.getDesiredWidth(textShort, 2, textShort.length(), paint); in testGetDesiredWidthRange()
306 float widthZero = Layout.getDesiredWidth(textLonger, 5, textShort.length() - 3, paint); in testGetDesiredWidthRange()
315 CharSequence textShort = "test"; in testGetDesiredWidth() local
319 float widthShort = Layout.getDesiredWidth(textShort, paint); in testGetDesiredWidth()