Searched refs:mForegroundPaint (Results 1 – 1 of 1) sorted by relevance
69 private final Paint mForegroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in SignalDrawable141 setTintList(ColorStateList.valueOf(mForegroundPaint.getColor())); in onLevelChange()163 int colorForeground = mForegroundPaint.getColor(); in setTintList()164 mForegroundPaint.setColor(tint.getDefaultColor()); in setTintList()165 if (colorForeground != mForegroundPaint.getColor()) invalidateSelf(); in setTintList()214 canvas.drawPath(mForegroundPath, mForegroundPaint); in draw()224 canvas.drawPath(mScaledXPath, mForegroundPaint); in draw()246 mForegroundPaint.setAlpha(alpha); in setAlpha()252 mForegroundPaint.setColorFilter(colorFilter); in setColorFilter()