Searched refs:longChars (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PaintTest.java | 1267 char[] longChars = longString.toCharArray(); in testMeasureTextContext() local 1271 verifyMeasureText(longString, longChars, longSpanned, 0, 1, width); in testMeasureTextContext() 1272 verifyMeasureText(longString, longChars, longSpanned, 1, 2, width); in testMeasureTextContext() 1273 verifyMeasureText(longString, longChars, longSpanned, 2, 3, width); in testMeasureTextContext()
|