Searched refs:mBgPaint (Results 1 – 1 of 1) sorted by relevance
31 private Paint mBgPaint; field in PieListView34 mBgPaint = new Paint(); in PieListView()35 mBgPaint.setColor(ctx.getResources().getColor(R.color.qcMenuBackground)); in PieListView()69 canvas.drawRect(mLeft, mTop, mLeft + mWidth, mTop + mHeight, mBgPaint); in draw()