Home
last modified time | relevance | path

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

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