Searched refs:mDotPaint (Results 1 – 1 of 1) sorted by relevance
154 private final Paint mDotPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in StatusBarIconView573 mDotPaint.setAlpha((int) (alpha * 255)); in onDraw()578 radius, mDotPaint); in onDraw()696 if (mDotPaint.getColor() != color) { in updateDecorColor()697 mDotPaint.setColor(color); in updateDecorColor()