Searched refs:textShort (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | LayoutTest.java | 256 CharSequence textShort = "test"; in testGetDesiredWidthRange() local 260 float widthShort = Layout.getDesiredWidth(textShort, 0, textShort.length(), paint); in testGetDesiredWidthRange() 263 float widthPartShort = Layout.getDesiredWidth(textShort, 2, textShort.length(), paint); in testGetDesiredWidthRange() 264 float widthZero = Layout.getDesiredWidth(textLonger, 5, textShort.length() - 3, paint); in testGetDesiredWidthRange() 272 CharSequence textShort = "test"; in testGetDesiredWidth() local 276 float widthShort = Layout.getDesiredWidth(textShort, paint); in testGetDesiredWidth()
|