Searched refs:anotherPaint (Results 1 – 1 of 1) sorted by relevance
156 TextPaint anotherPaint = new TextPaint(PAINT); in testParams_equals() local157 anotherPaint.setTextSize(PAINT.getTextSize() * 2.0f); in testParams_equals()158 other = new Params.Builder(anotherPaint) in testParams_equals()