Searched refs:debugPaint (Results 1 – 1 of 1) sorted by relevance
153 Paint debugPaint = new Paint(); in createIconBitmap() local154 debugPaint.setColor(0xffcccc00); in createIconBitmap()155 canvas.drawRect(left, top, left+width, top+height, debugPaint); in createIconBitmap()