Searched refs:mHugePaint (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextPathActivity.java40 private final Paint mHugePaint; field in class:TextPathActivity.CustomTextView
45 mHugePaint = new Paint();
46 mHugePaint.setAntiAlias(true);
47 mHugePaint.setColor(0xff000000);
48 mHugePaint.setTextSize(300f);
72 mHugePaint.getTextPath(text, 0, count, 0, 0, path);
74 canvas.drawPath(path, mHugePaint);
H A DTextActivity.java42 private final Paint mHugePaint; field in class:TextActivity.CustomTextView
71 mHugePaint = new Paint();
72 mHugePaint.setAntiAlias(true);
73 mHugePaint.setColor(0xff000000);
74 mHugePaint.setTextSize(300f);
127 canvas.drawText("Hello!", 500, 600, mHugePaint);

Completed in 201 milliseconds