Searched refs:mHugePaint (Results 1 – 2 of 2) sorted by relevance
40 private final Paint mHugePaint; field in TextPathActivity.CustomTextView45 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()
42 private final Paint mHugePaint; field in TextActivity.CustomTextView71 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()