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