Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DLayoutTest.java299 CharSequence textLonger = "test\ngetDesiredWidth"; in testGetDesiredWidthRange() local
303 float widthLonger = Layout.getDesiredWidth(textLonger, 0, textLonger.length(), paint); in testGetDesiredWidthRange()
306 float widthZero = Layout.getDesiredWidth(textLonger, 5, textShort.length() - 3, paint); in testGetDesiredWidthRange()
316 CharSequence textLonger = "test\ngetDesiredWidth"; in testGetDesiredWidth() local
320 float widthLonger = Layout.getDesiredWidth(textLonger, paint); in testGetDesiredWidth()