Searched refs:mBackgroundPaint (Results 1 – 1 of 1) sorted by relevance
57 private Paint mBackgroundPaint; field in ControllerView184 mBackgroundPaint = new Paint(); in init()185 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()186 mBackgroundPaint.setDither(true); in init()187 mBackgroundPaint.setAntiAlias(true); in init()347 canvas.drawRect(0, 0, getWidth(), getHeight(), mBackgroundPaint); in onDraw()