Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java978 char[] textChars1 = text1.toCharArray(); in testGetTextBounds() local
979 p.getTextBounds(textChars1, 0, textChars1.length, bounds2); in testGetTextBounds()