Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DSignalDrawable.java69 private final Paint mForegroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in SignalDrawable
142 setTintList(ColorStateList.valueOf(mForegroundPaint.getColor())); in onLevelChange()
164 int colorForeground = mForegroundPaint.getColor(); in setTintList()
165 mForegroundPaint.setColor(tint.getDefaultColor()); in setTintList()
166 if (colorForeground != mForegroundPaint.getColor()) invalidateSelf(); in setTintList()
215 canvas.drawPath(mForegroundPath, mForegroundPaint); in draw()
225 canvas.drawPath(mScaledAttributionPath, mForegroundPaint); in draw()
247 mForegroundPaint.setAlpha(alpha); in setAlpha()
253 mForegroundPaint.setColorFilter(colorFilter); in setColorFilter()