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.java257 CharSequence textLonger = "test\ngetDesiredWidth"; in testGetDesiredWidthRange() local
261 float widthLonger = Layout.getDesiredWidth(textLonger, 0, textLonger.length(), paint); in testGetDesiredWidthRange()
264 float widthZero = Layout.getDesiredWidth(textLonger, 5, textShort.length() - 3, paint); in testGetDesiredWidthRange()
273 CharSequence textLonger = "test\ngetDesiredWidth"; in testGetDesiredWidth() local
277 float widthLonger = Layout.getDesiredWidth(textLonger, paint); in testGetDesiredWidth()