Searched refs:mForegroundPaint (Results 1 – 1 of 1) sorted by relevance
69 private final Paint mForegroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in SignalDrawable142 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()