Searched refs:textLonger (Results 1 – 1 of 1) sorted by relevance
257 CharSequence textLonger = "test\ngetDesiredWidth"; in testGetDesiredWidthRange() local261 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() local277 float widthLonger = Layout.getDesiredWidth(textLonger, paint); in testGetDesiredWidth()