OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anotherpaint
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/compat/src/androidTest/java/androidx/core/text/
PrecomputedTextCompatTest.java
150
TextPaint
anotherPaint
= new TextPaint(PAINT);
151
anotherPaint
.setTextSize(PAINT.getTextSize() * 2.0f);
152
other = new Params.Builder(
anotherPaint
)
/cts/tests/tests/text/src/android/text/cts/
PrecomputedTextTest.java
149
TextPaint
anotherPaint
= new TextPaint(PAINT);
150
anotherPaint
.setTextSize(PAINT.getTextSize() * 2.0f);
151
other = new Params.Builder(
anotherPaint
)
Completed in 162 milliseconds