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