Searched refs:mDotPaint (Results 1 – 1 of 1) sorted by relevance
130 private final Paint mDotPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in StatusBarIconView471 mDotPaint.setAlpha((int) (alpha * 255)); in onDraw()472 canvas.drawCircle(mStatusBarIconSize / 2, getHeight() / 2, radius, mDotPaint); in onDraw()587 if (mDotPaint.getColor() != color) { in updateDecorColor()588 mDotPaint.setColor(color); in updateDecorColor()