Home
last modified time | relevance | path

Searched refs:mDotPaint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java130 private final Paint mDotPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in StatusBarIconView
471 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()