Searched refs:mForegroundPaint (Results 1 – 1 of 1) sorted by relevance
75 private final Paint mForegroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in SignalDrawable148 setTintList(ColorStateList.valueOf(mForegroundPaint.getColor())); in onLevelChange()178 int colorForeground = mForegroundPaint.getColor(); in setTintList()179 mForegroundPaint.setColor(tint.getDefaultColor()); in setTintList()180 if (colorForeground != mForegroundPaint.getColor()) invalidateSelf(); in setTintList()229 canvas.drawPath(mForegroundPath, mForegroundPaint); in draw()239 canvas.drawPath(mScaledAttributionPath, mForegroundPaint); in draw()261 mForegroundPaint.setAlpha(alpha); in setAlpha()267 mForegroundPaint.setColorFilter(colorFilter); in setColorFilter()