Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DPrecomputedTextTest.java156 TextPaint anotherPaint = new TextPaint(PAINT); in testParams_equals() local
157 anotherPaint.setTextSize(PAINT.getTextSize() * 2.0f); in testParams_equals()
158 other = new Params.Builder(anotherPaint) in testParams_equals()