Home
last modified time | relevance | path

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

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